summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabresd_qspi2_defconfig
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2018-09-07 12:13:52 -0500
committerHan Xu <han.xu@nxp.com>2018-09-10 15:51:58 -0500
commitfa0d072b593e5e3bf49427e978de4fa5fd689023 (patch)
tree400e09a9504a75f8f20df15d6a0c80411e589021 /configs/mx6sxsabresd_qspi2_defconfig
parent0e0cb82c81a4bbb63170d0cdfaf3c1024da212d3 (diff)
MLK-19505: configs: add fastboot support for qspi u-boot
add fastboot for qspi u-boot Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'configs/mx6sxsabresd_qspi2_defconfig')
-rw-r--r--configs/mx6sxsabresd_qspi2_defconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/mx6sxsabresd_qspi2_defconfig b/configs/mx6sxsabresd_qspi2_defconfig
index e0a524177f5..3e29f6cb0ec 100644
--- a/configs/mx6sxsabresd_qspi2_defconfig
+++ b/configs/mx6sxsabresd_qspi2_defconfig
@@ -64,4 +64,22 @@ CONFIG_VIDEO=y
CONFIG_DM_ETH=y
CONFIG_FSL_QSPI=y
+# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
CONFIG_IMX_BOOTAUX=y
+
+CONFIG_CMD_FASTBOOT=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_VENDOR_NUM=0x0525
+CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
+CONFIG_CI_UDC=y
+CONFIG_FSL_FASTBOOT=y
+CONFIG_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x83800000
+CONFIG_FASTBOOT_BUF_SIZE=0x40000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=1
+CONFIG_EFI_PARTITION=y
+CONFIG_ANDROID_BOOT_IMAGE=y