arm nomadik: activate defrag choose 4k transfer block size
[oweals/u-boot.git] / include / configs / csb226.h
index d9f85f01eeccaf69b00c639f8623a3406532b1b3..12bab4702a1c1a83bd470a79702da4dd2d486fcd 100644 (file)
 
 #undef CONFIG_USE_IRQ                  /* we don't need IRQ/FIQ stuff      */
                                        /* for timer/console/ethernet       */
+
+/* we will never enable dcache, because we have to setup MMU first */
+#define CONFIG_SYS_NO_DCACHE
+
 /*
  * Hardware drivers
  */
@@ -49,6 +53,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART          1       /* we use FFUART on CSB226          */
 
 /* allow to overwrite serial and ethaddr */