xpedite1k: Cleanup coding style
[oweals/u-boot.git] / include / configs / cradle.h
index 850d93b03e128685dc2cacc3ca120aa03c0a9f49..b150c221a3d3a940cd1ca71ad5561f6cdafb1925 100644 (file)
@@ -37,6 +37,9 @@
 
 #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
  */
@@ -54,6 +57,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART          1       /* we use FFUART on LUBBOCK */
 
 /* allow to overwrite serial and ethaddr */