summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabresd_optee_defconfig
diff options
context:
space:
mode:
authorXiaoning Wang <xiaoning.wang@nxp.com>2018-08-01 16:59:29 +0800
committerXiaoning Wang <xiaoning.wang@nxp.com>2018-08-01 16:59:29 +0800
commit810b750def0ca6aca9a8295c938a16947bc6fdab (patch)
tree3288f980f9f0ad4182483f5f6001cfcdfb8e564f /configs/mx6sxsabresd_optee_defconfig
parente17440073f3105c654e0fbe66dd9ebda3d90d59e (diff)
MLK-19059-4 Enable uuu for i.MX6SoloX in 2018 uboot
i.MX6SoloX boards enable fastboot as default. Support: mx6sxsabresd_defconfig mx6sxsabresd_emmc_defconfig mx6sxsabresd_optee_defconfig mx6sxsabresd_plugin_defconfig uuu will use fastboot command to write emmc. Except: mx6sxsabresd_m4fastup_defconfig mx6sxsabresd_qspi2_defconfig mx6sxsabresd_spl_defconfig -- this one will fail without any changes when execute 'make -j8'. Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com>
Diffstat (limited to 'configs/mx6sxsabresd_optee_defconfig')
-rw-r--r--configs/mx6sxsabresd_optee_defconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/mx6sxsabresd_optee_defconfig b/configs/mx6sxsabresd_optee_defconfig
index aa8b563e4f..cdc5f9494a 100644
--- a/configs/mx6sxsabresd_optee_defconfig
+++ b/configs/mx6sxsabresd_optee_defconfig
@@ -63,3 +63,21 @@ CONFIG_VIDEO=y
CONFIG_DM_ETH=y
CONFIG_FSL_QSPI=y
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_BCB_SUPPORT=y
+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