]> git.sur5r.net Git - u-boot/blobdiff - include/configs/galileo.h
usb: dwc3: Add DWC3 controller driver support
[u-boot] / include / configs / galileo.h
index d745f4eb89baecea93949c94f471cead0244ccb2..fd89bf30ef3a3d87547cf3437113e4618d89ab1f 100644 (file)
@@ -15,8 +15,7 @@
 
 #define CONFIG_SYS_MONITOR_LEN         (1 << 20)
 #define CONFIG_BOARD_EARLY_INIT_F
-
-#define CONFIG_NR_DRAM_BANKS           1
+#define CONFIG_ARCH_MISC_INIT
 
 #define CONFIG_X86_SERIAL
 
 #define CONFIG_MMC_SDMA
 #define CONFIG_CMD_MMC
 
+/* 10/100M Ethernet support */
+#define CONFIG_DESIGNWARE_ETH
+#define CONFIG_DW_ALTDESCRIPTOR
+#define CONFIG_PHYLIB
+
+/* Environment configuration */
+#define CONFIG_ENV_SECT_SIZE           0x1000
+#define CONFIG_ENV_OFFSET              0
+
 #endif /* __CONFIG_H */