]> git.sur5r.net Git - u-boot/blobdiff - include/configs/logodl.h
Merge branch 'master' of /home/wd/git/u-boot/custodians
[u-boot] / include / configs / logodl.h
index 9afa8001398c342363f9aa8746af86e1b0857e36..5b903f0dcb604fb5ce69c89701eaed56b18c82ed 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                    */
 
 /* allow to overwrite serial and ethaddr */