mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
mx6sabreauto: Enable SPL SDP support
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>
This commit is contained in:
parent
a6c5509530
commit
940db3b410
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue