summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_epdc_defconfig
diff options
context:
space:
mode:
authorXiaoning Wang <xiaoning.wang@nxp.com>2018-08-03 10:27:17 +0800
committerXiaoning Wang <xiaoning.wang@nxp.com>2018-08-03 10:31:04 +0800
commit7beceb156bc4e9a5b69ab2ce7ef23cdeb3da314b (patch)
tree28a464fbdc31880d1aa8409592ef32cfeffdbc65 /configs/mx6slevk_epdc_defconfig
parente5803f3314a5eb943b08d9b7a5a700b50386df39 (diff)
MLK-19059-5 Enable uuu for i.MX6SL in 2018 uboot
i.MX6SL boards enable fastboot as default. Support: mx6slevk_defconfig mx6slevk_epdc_defconfig mx6slevk_optee_defconfig mx6slevk_plugin_defconfig uuu will use fastboot command to write emmc. Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com>
Diffstat (limited to 'configs/mx6slevk_epdc_defconfig')
-rw-r--r--configs/mx6slevk_epdc_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mx6slevk_epdc_defconfig b/configs/mx6slevk_epdc_defconfig
index 47c1420af5..e7fa073d20 100644
--- a/configs/mx6slevk_epdc_defconfig
+++ b/configs/mx6slevk_epdc_defconfig
@@ -53,3 +53,19 @@ CONFIG_USB_ETHER_ASIX=y
CONFIG_DM_ETH=y
CONFIG_LCD=y
CONFIG_MXC_EPDC=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