summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-23 07:51:06 -0700
committerYe Li <ye.li@nxp.com>2020-04-26 23:26:34 -0700
commit38f8253f604082e8914d0a927327ebe3c4d24c39 (patch)
tree41bd209b3a965dd5be68bb5e84b43b2e5318b673 /configs/mx6slevk_plugin_defconfig
parent9326f1d1b6aa1c885b84505035a4890f7dee4a6c (diff)
MLK-19059-5 Enable uuu for i.MX6SL EVK board
i.MX6SL boards enable fastboot as default. uuu will use fastboot command to write eMMC/SD/SPINOR. Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit d26e641870ff45c4cb48177603f46d566eb0cc4a)
Diffstat (limited to 'configs/mx6slevk_plugin_defconfig')
-rw-r--r--configs/mx6slevk_plugin_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mx6slevk_plugin_defconfig b/configs/mx6slevk_plugin_defconfig
index 35d893bcf7..64d3f7d7b8 100644
--- a/configs/mx6slevk_plugin_defconfig
+++ b/configs/mx6slevk_plugin_defconfig
@@ -67,3 +67,19 @@ CONFIG_USB_ETHER_ASIX=y
CONFIG_DM_ETH=y
CONFIG_FEC_MXC=y
CONFIG_PHY_SMSC=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