xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
[oweals/u-boot.git] / include / configs / cerf250.h
index 751e03c13f9eb4e1407ab7ad9472b70c6ce33bf3..b924758dc29fc790edf82674c6b1c71dd9328df7 100644 (file)
@@ -41,6 +41,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
  */
@@ -57,6 +60,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART       1  /* we use FFUART on CERF PXA */
 
 /* allow to overwrite serial and ethaddr */