summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2017-08-23 06:15:52 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-08-25 11:24:11 (GMT)
commitb5ca078814ff118c16d5ca890f73701816d23e49 (patch)
tree804adf1d78a49ab25c58a5bbc994af39b5ca9acf
parentfcb2a5678907968fd4b786d9f9e6d415aa05f537 (diff)
downloadu-boot-b5ca078814ff118c16d5ca890f73701816d23e49.tar.xz
ls1088ardb: Enbale USB command on RDB sd-boot
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Signed-off-by: Amrita Kumari <amrita.kumari@nxp.com>
-rw-r--r--configs/ls1088ardb_sdcard_qspi_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/ls1088ardb_sdcard_qspi_defconfig b/configs/ls1088ardb_sdcard_qspi_defconfig
index c226bc1..ad264ea 100644
--- a/configs/ls1088ardb_sdcard_qspi_defconfig
+++ b/configs/ls1088ardb_sdcard_qspi_defconfig
@@ -30,4 +30,12 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0
CONFIG_FSL_LS_PPA=y
CONFIG_SPL_BUILD=y
CONFIG_PARTITIONS=y
+CONFIG_USB=y
+CONFIG_USB_GADGET=y
+CONFIG_CMD_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_STORAGE=y
# CONFIG_DISPLAY_BOARDINFO is not set