arm: rd6281a: Fixed NAND specific warning
[oweals/u-boot.git] / include / configs / innokom.h
index 895998adf4c685cc84b00f5dc4e3e579c7100bfc..ed03ad32a0734829ff8b5343269ab9e66be5f5a8 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
  */
@@ -46,6 +50,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART          1       /* we use FFUART on CSB226 */
 
 /* allow to overwrite serial and ethaddr */