summaryrefslogtreecommitdiff
path: root/configs/mx6sllevk_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-23 07:04:48 -0700
committerYe Li <ye.li@nxp.com>2020-04-26 23:26:34 -0700
commitb263d93d9c96d6eea30a669f61c557a07b00a888 (patch)
tree23d9ac79374b2be82208e3b7ed379222fd58f991 /configs/mx6sllevk_defconfig
parent107f6d0505bac0e16f07d666b52e56f5c1e855ad (diff)
MLK-19059-3 Enable uuu for i.MX6SLL EVK
i.MX6SLL boards enable fastboot as default. Support: mx6sllevk_defconfig mx6sllevk_epdc_defconfig mx6sllevk_optee_defconfig mx6sllevk_plugin_defconfig uuu will use fastboot command to write emmc. Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit f3879673fa179a9c93a7f58de264b4ab463181db)
Diffstat (limited to 'configs/mx6sllevk_defconfig')
-rw-r--r--configs/mx6sllevk_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mx6sllevk_defconfig b/configs/mx6sllevk_defconfig
index e3e899082dc..84ea7d15b40 100644
--- a/configs/mx6sllevk_defconfig
+++ b/configs/mx6sllevk_defconfig
@@ -53,3 +53,19 @@ CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_RTL8152=y
CONFIG_DM_ETH=y
CONFIG_PHYLIB=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