Merge branch 'master' of git://git.denx.de/u-boot-nios
[oweals/u-boot.git] / include / configs / shannon.h
index 717036c3cb2f7035a4ece0f4339583c7878a8e6a..13cc5ff3b73895015f3981a45dcc966460629b79 100644 (file)
@@ -44,6 +44,8 @@
 #define CONFIG_SHANNON         1       /* on an SHANNON/TuxScreen 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
@@ -59,6 +61,7 @@
 /*
  * select serial console configuration
  */
+#define CONFIG_SA1100_SERIAL
 #define CONFIG_SERIAL3          1      /* we use SERIAL 3  */
 
 /* allow to overwrite serial and ethaddr */