]> git.sur5r.net Git - u-boot/blobdiff - include/configs/xsengine.h
Fix Compliation warning for TNY-A9260 and TNY-A9G20
[u-boot] / include / configs / xsengine.h
index cad414c1d96dab9cb7e58907986ad2215f14c39a..f68461bb227e140bf18a6372ce5f31971a998927 100644 (file)
@@ -35,6 +35,9 @@
 #define CONFIG_DOS_PARTITION           1
 #define BOARD_LATE_INIT                        1
 #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
+
 #define CONFIG_SYS_HZ                  1000
 #define CONFIG_SYS_CPUSPEED                    0x161           /* set core clock to 400/200/100 MHz */
 
 #define CONFIG_SYS_GBL_DATA_SIZE               128             /* size in bytes reserved for initial data */
 
 /* Hardware drivers */
-#define CONFIG_DRIVER_SMC91111
+#define CONFIG_NET_MULTI
+#define CONFIG_SMC91111
 #define CONFIG_SMC91111_BASE           0x04000300
 #define CONFIG_SMC_USE_32_BIT          1
 
 /* select serial console configuration */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART                  1
 
 /* allow to overwrite serial and ethaddr */