summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2019-05-13 16:47:19 +0300
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-09-25 13:34:50 +0000
commitb754415d40d5170dd6023c28e3836330073c1e43 (patch)
treefdc7aa6028bc3f787208aa61c12db148d4991f0f
parentde56eeed33cdd498188fa47545f70679f20c520f (diff)
colibri-imx8qxp: enable fastboot support
Enable USB fastboot support (CONFIG_FASTBOOT). Upstream-Status: Pending Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> (cherry picked from commit f213fab63669c967a4136b9b527e3f7dc83902b8)
-rw-r--r--configs/colibri-imx8x_defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index dc92a7b480..3db8d8dab0 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -97,3 +97,12 @@ CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER is not set
+CONFIG_FASTBOOT=y
+CONFIG_FASTBOOT_USB_DEV=0
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
+CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x82800000
+CONFIG_FASTBOOT_BUF_SIZE=0x08000000
+CONFIG_FSL_FASTBOOT=y