summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2019-05-13 16:47:19 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-08 19:42:06 +0200
commitea3e35d7c3104837ef2d40d35cab3bc3ab899794 (patch)
tree9ca4997fab79e4879ad6cf0d3e0197faf11bf799 /configs
parent6fae5a14861b0005e874ba05f88bf85684ba7a66 (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)
Diffstat (limited to 'configs')
-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