summaryrefslogtreecommitdiff
path: root/configs/am65x_evm_a53_defconfig
diff options
context:
space:
mode:
authorAngus Ainslie <angus@akkea.ca>2022-07-14 18:11:12 +0300
committerMarek Vasut <marex@denx.de>2022-07-15 15:10:39 +0300
commit280f45d23977c650cb57bb91ce5936b02dcf3baa (patch)
treeabe735a07715a048a0a0a69a6bdac3c817603374 /configs/am65x_evm_a53_defconfig
parent582ce23c7870b93e361083b1578ae45ed61df9b6 (diff)
downloadu-boot-280f45d23977c650cb57bb91ce5936b02dcf3baa.tar.xz
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/am65x_evm_a53_defconfig')
-rw-r--r--configs/am65x_evm_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 65e41e5b6a..fabb116ba4 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -12,6 +12,7 @@ CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x680000
CONFIG_DM_GPIO=y
CONFIG_SPL_DM_SPI=y
+CONFIG_SPL_MISC=y
CONFIG_DEFAULT_DEVICE_TREE="k3-am654-base-board"
CONFIG_SPL_TEXT_BASE=0x80080000
CONFIG_SPL_MMC=y
@@ -173,6 +174,7 @@ CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GENERIC=y
+CONFIG_SPL_USB_DWC3_GENERIC=y
CONFIG_USB_KEYBOARD=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"