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>2019-05-14 13:24:42 +0300
commitb67a0fdf711014fb71f1945fdff5998cb0456835 (patch)
tree546488feb50876d08d30f831756bd226689bd27b
parentb0fa4d275bd93524ff1ce3c26651a5c5c1f8e5eb (diff)
colibri-imx8qxp: enable fastboot support
Enable USB fastboot support (CONFIG_FASTBOOT). Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
-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 d27ea02e1a..1558059a61 100644
--- a/configs/colibri-imx8qxp_defconfig
+++ b/configs/colibri-imx8qxp_defconfig
@@ -56,3 +56,12 @@ CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_VIDEO=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