summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2019-05-13 16:47:19 +0300
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-08-05 19:17:21 +0300
commitd3d3795f29198d4fd50645cc77a7d8062a1ee3e4 (patch)
treeae74162d1be29948cc6019b67fd1e4b1177d7c2b
parent5e51c8186ae8d0ee96517b1dbc348bcd56d92cb0 (diff)
colibri-imx8qxp: enable fastboot support
Enable USB fastboot support (CONFIG_FASTBOOT). Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> (cherry picked from commit f213fab63669c967a4136b9b527e3f7dc83902b8)
-rw-r--r--configs/colibri-imx8qxp_defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/colibri-imx8qxp_defconfig b/configs/colibri-imx8qxp_defconfig
index cc96ef54d2..0e86928e53 100644
--- a/configs/colibri-imx8qxp_defconfig
+++ b/configs/colibri-imx8qxp_defconfig
@@ -100,3 +100,12 @@ CONFIG_SDP_LOADADDR=0x80400000
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_PANIC_HANG=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