arm nomadik: activate defrag choose 4k transfer block size
[oweals/u-boot.git] / include / configs / lart.h
index 877d5c76ba7bd3d28752936a11ec55a5d9e5b7b8..5d6d460424d24878dd2bcf6013ccf34bc248fa78 100644 (file)
@@ -35,6 +35,8 @@
 #define CONFIG_LART            1       /* on an LART Board      */
 
 #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
@@ -52,6 +54,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_SA1100_SERIAL
 #define CONFIG_SERIAL3          1      /* we use SERIAL 3 on LART */
 
 /* allow to overwrite serial and ethaddr */