diff options
author | Angus Ainslie <angus@akkea.ca> | 2022-07-14 08:11:12 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2022-07-15 14:10:39 +0200 |
commit | 280f45d23977c650cb57bb91ce5936b02dcf3baa (patch) | |
tree | abe735a07715a048a0a0a69a6bdac3c817603374 /configs/dra7xx_hs_evm_defconfig | |
parent | 582ce23c7870b93e361083b1578ae45ed61df9b6 (diff) | |
download | u-boot-280f45d23977c650cb57bb91ce5936b02dcf3baa.tar.gz u-boot-280f45d23977c650cb57bb91ce5936b02dcf3baa.tar.bz2 u-boot-280f45d23977c650cb57bb91ce5936b02dcf3baa.zip |
configs: get rid of build warnings due to SPL_USB_DWC3_GENERIC
Adding the SPL_USB_DWC3_GENERIC symbol broke some ti builds. This
should fix the builds but untested on HW.
Signed-off-by: Angus Ainslie <angus@akkea.ca>
Diffstat (limited to 'configs/dra7xx_hs_evm_defconfig')
-rw-r--r-- | configs/dra7xx_hs_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig index 63b8f2b6fe..3f7fb71e45 100644 --- a/configs/dra7xx_hs_evm_defconfig +++ b/configs/dra7xx_hs_evm_defconfig @@ -13,6 +13,7 @@ CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000 CONFIG_TARGET_DRA7XX_EVM=y CONFIG_SPL=y +CONFIG_SPL_MISC=y CONFIG_ENV_OFFSET_REDUND=0x280000 CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI=y @@ -141,6 +142,7 @@ CONFIG_USB_XHCI_OMAP=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_OMAP=y CONFIG_USB_DWC3_GENERIC=y +CONFIG_SPL_USB_DWC3_GENERIC=y CONFIG_USB_DWC3_PHY_OMAP=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" |