summaryrefslogtreecommitdiff
path: root/configs/mx6sabresd_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-09-05 20:46:40 -0300
committerStefano Babic <sbabic@denx.de>2017-09-20 15:34:59 +0200
commit031426a7af63d3c939fc963311e6dc8e904a0440 (patch)
treef4a01e81e19729ecff099d42697e305662f16570 /configs/mx6sabresd_defconfig
parent511db3bf5a27a2f7eca0f60b6adb1eff74bd6df6 (diff)
mx6sabresd: Add Serial Download Protocol support
Add Serial Download Protocol support (SDP), which allows loading SPL and u-boot.img via imx_usb_loader tool as explained in doc/README.sdp. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/mx6sabresd_defconfig')
-rw-r--r--configs/mx6sabresd_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 0e49e69c8c..ad5d448539 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -18,6 +18,9 @@ CONFIG_SPL=y
CONFIG_SPL_EXT_SUPPORT=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_OS_BOOT=y
+CONFIG_SPL_USB_HOST_SUPPORT=y
+CONFIG_SPL_USB_GADGET_SUPPORT=y
+CONFIG_SPL_USB_SDP_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
@@ -31,6 +34,7 @@ CONFIG_CMD_PART=y
CONFIG_CMD_PCI=y
CONFIG_CMD_SF=y
CONFIG_CMD_USB=y
+CONFIG_CMD_USB_SDP=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y