summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2019-06-04 21:56:28 +0200
committerStefano Babic <sbabic@denx.de>2019-06-11 10:43:00 +0200
commit940db3b410cf7be9e80dafd9150199263b8ed406 (patch)
tree3aca9d828b119dfb8c203154dadb744cbf26b951 /configs
parenta6c5509530d4772623489f690cb5a63a863ba643 (diff)
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6sabreauto_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig
index f9c70c5189..558b1cd996 100644
--- 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