From 6669e6d503c575bb7527dad1a9cb10b3103411dc Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Thu, 20 May 2021 13:19:11 +0300 Subject: colibri-imx7: enable booting from USB SDP For recovery version of u-boot the default source of booting should be the SDP over USB. Related-to: TEI-775 Signed-off-by: Oleksandr Suvorov --- configs/colibri_imx7_tezi_recovery_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/colibri_imx7_tezi_recovery_defconfig b/configs/colibri_imx7_tezi_recovery_defconfig index 530b944973..9c7cda8c0b 100644 --- a/configs/colibri_imx7_tezi_recovery_defconfig +++ b/configs/colibri_imx7_tezi_recovery_defconfig @@ -38,6 +38,7 @@ CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_USB_SDP=y CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_BOOTCOUNT=y CONFIG_CMD_CACHE=y -- cgit v1.2.3