From 55d490efbd9f8f0bb1d11d068eb390ef5b95e7f6 Mon Sep 17 00:00:00 2001 From: Denys Drozdov Date: Fri, 16 Apr 2021 16:18:21 +0300 Subject: verdin-imx8mm: enable fastboot protocol Fastboot protocol should be enabled for Easy Installer. Enable fastboot options in configuration file Related-to: TEI-745 Signed-off-by: Denys Drozdov --- configs/verdin-imx8mm_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig index 0211bf2197..f3a7e006e9 100644 --- a/configs/verdin-imx8mm_defconfig +++ b/configs/verdin-imx8mm_defconfig @@ -69,6 +69,10 @@ CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_ENV=y CONFIG_CLK_COMPOSITE_CCF=y CONFIG_CLK_IMX8MM=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x42800000 +CONFIG_FASTBOOT_BUF_SIZE=0x40000000 +CONFIG_FASTBOOT_FLASH=y CONFIG_MXC_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_MXC=y -- cgit v1.2.3