summaryrefslogtreecommitdiff
path: root/include/configs/grapeboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/grapeboard.h')
-rw-r--r--include/configs/grapeboard.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/include/configs/grapeboard.h b/include/configs/grapeboard.h
index 0d5c21e..78b5447 100644
--- a/include/configs/grapeboard.h
+++ b/include/configs/grapeboard.h
@@ -20,6 +20,7 @@
#define CONFIG_SUPPORT_RAW_INITRD
+#define CONFIG_BOARD_LATE_INIT
#define CONFIG_DISPLAY_BOARDINFO_LATE
/* Match the following u-boot offsets with the value in the PBI instructions! */
@@ -139,13 +140,27 @@
#define EMAC2_PHY_ADDR 0x2
#endif
+/*
+* USB
+*/
+/* EHCI Support - disbaled by default */
+/*#define CONFIG_HAS_FSL_DR_USB*/
+
+#ifdef CONFIG_HAS_FSL_DR_USB
+#define CONFIG_USB_EHCI_FSL
+#define CONFIG_USB_ULPI
+#define CONFIG_USB_ULPI_VIEWPORT
+#define CONFIG_USB_EHCI_HCD
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#endif
+
/* USB XHCI */
/* todo: fix hx3 hub configuration errors */
#define CONFIG_HAS_FSL_XHCI_USB
#ifdef CONFIG_HAS_FSL_XHCI_USB
#define CONFIG_USB_XHCI_FSL
-#define CONFIG_USB_XHCI_PCI
+/*#define CONFIG_USB_XHCI_PCI*/
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
#endif
@@ -217,8 +232,6 @@
"eth1addr=02:00:00:ba:be:02\0" \
"tftp_path=.\0" \
"autoload=no\0" \
- "hwconfig=" \
- "usb0:dr_mode=host\0"
/* Default flash specific environment variables */
#if CONFIG_RESCUE_UBOOT_CONFIG