summaryrefslogtreecommitdiff
path: root/configs/imx8mq_ddr3l_arm2_defconfig
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2018-09-07 16:41:21 -0500
committerHan Xu <han.xu@nxp.com>2018-09-10 15:51:58 -0500
commit225fa189faa518a334729d01176bc966e0259b8d (patch)
tree5380017755a843dd988f70c354be15e14fd36782 /configs/imx8mq_ddr3l_arm2_defconfig
parentfa0d072b593e5e3bf49427e978de4fa5fd689023 (diff)
MLK-19524: configs: add fastboot support for nand u-boot
add fastboot support for nand u-boot. 1. Add fastboot related configs 2. enlarge the SPL size for i.MX8MQ DDR4 NAND config 3. include the imx_env for boot command settings Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'configs/imx8mq_ddr3l_arm2_defconfig')
-rw-r--r--configs/imx8mq_ddr3l_arm2_defconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/configs/imx8mq_ddr3l_arm2_defconfig b/configs/imx8mq_ddr3l_arm2_defconfig
index 0fa49895e0..837df2587e 100644
--- a/configs/imx8mq_ddr3l_arm2_defconfig
+++ b/configs/imx8mq_ddr3l_arm2_defconfig
@@ -45,3 +45,27 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_FSL_QSPI=y
+
+CONFIG_USB_GADGET=y
+CONFIG_FASTBOOT=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_CMD_FASTBOOT=y
+CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_FSL_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x42800000
+CONFIG_FASTBOOT_BUF_SIZE=0x40000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
+CONFIG_EFI_PARTITION=y
+CONFIG_SDP_LOADADDR=0x40400000
+CONFIG_USB_GADGET_VENDOR_NUM=0x0525
+CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
+CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_SPL_USB_GADGET_SUPPORT=y
+CONFIG_SPL_USB_SDP_SUPPORT=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_IMX8M=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_GADGET=y