Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / include / configs / dnp1110.h
index 3f658a7b4ac27381be99d79abd8876b3c41a6d90..b6cfc6721db468cf6ac8427b4aae54ffacb166bc 100644 (file)
@@ -42,6 +42,8 @@
 #define CONFIG_DNP1110         1       /* on an DNP/1110 Board      */
 
 #undef CONFIG_USE_IRQ                  /* we don't need IRQ/FIQ stuff */
+/* we will never enable dcache, because we have to setup MMU first */
+#define CONFIG_SYS_NO_DCACHE
 
 /*
  * Size of malloc() pool
@@ -59,6 +61,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_SA1100_SERIAL
 #define CONFIG_SERIAL1          1      /* we use SERIAL 1 */
 
 /* allow to overwrite serial and ethaddr */