]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/lubbock.h
ppc4xx/Canyonlands added USB board callbacks
[karo-tx-uboot.git] / include / configs / lubbock.h
index a4b430bbc5750db00be8d13c41d765365dd5c0d2..0a6921044c78da2301f1f97e065a03cb3dea8183 100644 (file)
@@ -46,6 +46,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
  */
 /*
  * Hardware drivers
  */
-#define CONFIG_DRIVER_LAN91C96
+#define CONFIG_NET_MULTI
+#define CONFIG_LAN91C96
 #define CONFIG_LAN91C96_BASE 0x0C000000
 
 /*
  * select serial console configuration
  */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART         1       /* we use FFUART on LUBBOCK */
 
 /* allow to overwrite serial and ethaddr */