public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] configs: am43xx_hs_evm: Add SPL_USB_STORAGE Support
@ 2021-12-06 17:22 Amjad Ouled-Ameur
  2022-01-17 18:36 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Amjad Ouled-Ameur @ 2021-12-06 17:22 UTC (permalink / raw)
  To: u-boot; +Cc: Amjad Ouled-Ameur, Faiz Abbas, Andrew F. Davis, khilman

Enable CONFIG_SPL_USB_STORAGE to support UBS MSC boot support.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
---

 configs/am43xx_hs_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index 3ff2e5b62204..d4bebd2c01e9 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -33,6 +33,7 @@ CONFIG_SPL_NAND_BASE=y
 CONFIG_SPL_NET=y
 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
 CONFIG_SPL_USB_HOST=y
+CONFIG_SPL_USB_STORAGE=y
 CONFIG_SPL_USB_GADGET=y
 CONFIG_SPL_USB_ETHER=y
 CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-17 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 17:22 [PATCH] configs: am43xx_hs_evm: Add SPL_USB_STORAGE Support Amjad Ouled-Ameur
2022-01-17 18:36 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox