summaryrefslogtreecommitdiffstats
path: root/include/configs/nitrogen6x.h
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-10-02 12:16:40 -0700
committerStefano Babic <sbabic@denx.de>2014-10-06 17:57:22 +0200
commit84e2dc0c89dc5c70ae17224141a745edcd36402c (patch)
treedb1ff1476bd884031fe26d00be9c4bd515d5ee60 /include/configs/nitrogen6x.h
parentce9507b793a0755b37b3612657a12f4d19ee0b61 (diff)
downloadblackbird-obmc-uboot-84e2dc0c89dc5c70ae17224141a745edcd36402c.tar.gz
blackbird-obmc-uboot-84e2dc0c89dc5c70ae17224141a745edcd36402c.zip
nitrogen6x: config: add USB Mass Storage (ums) support
Add support for the USB mass storage to enable access to on-board storage (especially eMMC and SATA). Details at: http://boundarydevices.com/u-boot-usb-mass-storage-gadget/ Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'include/configs/nitrogen6x.h')
-rw-r--r--include/configs/nitrogen6x.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 2a1eb3b773..5e9b7437d9 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -368,4 +368,17 @@
#define CONFIG_PCIE_IMX
#endif
+#define CONFIG_CMD_ELF
+
+#define CONFIG_USB_GADGET
+#define CONFIG_CMD_USB_MASS_STORAGE
+#define CONFIG_USB_GADGET_MASS_STORAGE
+#define CONFIG_USBDOWNLOAD_GADGET
+#define CONFIG_USB_GADGET_VBUS_DRAW 2
+
+/* Netchip IDs */
+#define CONFIG_G_DNL_VENDOR_NUM 0x0525
+#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
+#define CONFIG_G_DNL_MANUFACTURER "Boundary"
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud