summaryrefslogtreecommitdiff
path: root/configs/mx6ulz_14x14_evk_optee_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-23 08:06:01 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 18:02:44 +0800
commite0da62954d0839e4860fa470c635ef8faf221251 (patch)
tree0faea1c8b96d9f44e2c69fcc88919652ecdfd499 /configs/mx6ulz_14x14_evk_optee_defconfig
parent31761eef9f70551068418675538fd9e933965866 (diff)
MLK-19699: imx6ulz: configs: add fastboot to defconfigs
Add fastboot to iMX6ULZ EVK defconfig files to support UUU Signed-off-by: Han Xu <han.xu@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 6a32a6bf6415633e1d22d8f0ddcc7e72d5742298) (cherry picked from commit 503b3e49b028ef66036aea1945e20ea394e5d566) (cherry picked from commit ab6eb30b5ee6968d9a2839209d25a65ef98cf0d1)
Diffstat (limited to 'configs/mx6ulz_14x14_evk_optee_defconfig')
-rw-r--r--configs/mx6ulz_14x14_evk_optee_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/mx6ulz_14x14_evk_optee_defconfig b/configs/mx6ulz_14x14_evk_optee_defconfig
index 96d6cb84b1..21db7e1ddc 100644
--- a/configs/mx6ulz_14x14_evk_optee_defconfig
+++ b/configs/mx6ulz_14x14_evk_optee_defconfig
@@ -69,6 +69,23 @@ CONFIG_SOFT_SPI=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_RTL8152=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_CMD_FASTBOOT=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x83800000
+CONFIG_FASTBOOT_BUF_SIZE=0x40000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_EFI_PARTITION=y \ No newline at end of file