projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c5509
)
mx6sabreauto: Enable SPL SDP support
author
Sjoerd Simons
<sjoerd.simons@collabora.co.uk>
Tue, 4 Jun 2019 19:56:28 +0000
(21:56 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 11 Jun 2019 08:43:00 +0000
(10:43 +0200)
To allow loading u-boot over USB enable SDP support in the SPL.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
configs/mx6sabreauto_defconfig
patch
|
blob
|
history
diff --git
a/configs/mx6sabreauto_defconfig
b/configs/mx6sabreauto_defconfig
index f9c70c5189eb9ce4a31e80b7b0b97daac86e0353..558b1cd99696da1a259c61623aaa5c2ffa5ec663 100644
(file)
--- a/
configs/mx6sabreauto_defconfig
+++ b/
configs/mx6sabreauto_defconfig
@@
-26,6
+26,9
@@
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_FIT_IMAGE_TINY=y
CONFIG_SPL_FS_EXT4=y
CONFIG_SPL_I2C_SUPPORT=y
+CONFIG_SPL_USB_HOST_SUPPORT=y
+CONFIG_SPL_USB_GADGET=y
+CONFIG_SPL_USB_SDP_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y