diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2017-08-23 06:27:33 (GMT) |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2017-08-25 11:24:11 (GMT) |
commit | f7b85cf8535e3d741cfb6dba5e3d3a2cf99600d2 (patch) | |
tree | aba8ca71b05cc48a0ff8194cf1af9839b3654e56 /configs/ls1088aqds_sdcard_qspi_defconfig | |
parent | b199d8e7314a1b229272e175bb8eeecf9717235d (diff) | |
download | u-boot-f7b85cf8535e3d741cfb6dba5e3d3a2cf99600d2.tar.xz |
ls1088aqds: Enbale USB command on QDS for SD-boot
Signed-off-by: Amrita Kumari <amrita.kumari@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Diffstat (limited to 'configs/ls1088aqds_sdcard_qspi_defconfig')
-rw-r--r-- | configs/ls1088aqds_sdcard_qspi_defconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/ls1088aqds_sdcard_qspi_defconfig b/configs/ls1088aqds_sdcard_qspi_defconfig index f22731b..ce96526 100644 --- a/configs/ls1088aqds_sdcard_qspi_defconfig +++ b/configs/ls1088aqds_sdcard_qspi_defconfig @@ -32,5 +32,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 |