From 80eba9ab06d055b1db4f0d07391e7137b02d4b7a Mon Sep 17 00:00:00 2001 From: Han Xu Date: Thu, 11 Oct 2018 16:28:31 -0500 Subject: MLK-19894: i.MX6ULL: config: enable fastboot for qspi config enable fastboot for uuu in i.MX6ULL 14x14 QSPI config Signed-off-by: Han Xu (cherry picked from commit ef7693982cc357e4f17b4b6e34b45084169dd925) --- configs/mx6ull_14x14_evk_qspi1_defconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/configs/mx6ull_14x14_evk_qspi1_defconfig b/configs/mx6ull_14x14_evk_qspi1_defconfig index 142301e45a..e4486c3af3 100644 --- a/configs/mx6ull_14x14_evk_qspi1_defconfig +++ b/configs/mx6ull_14x14_evk_qspi1_defconfig @@ -52,3 +52,19 @@ CONFIG_DM_ETH=y CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_FEC_MXC=y + +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MANUFACTURER="FSL" +CONFIG_USB_GADGET_VENDOR_NUM=0x0525 +CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 +CONFIG_CI_UDC=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_CMD_FASTBOOT=y +CONFIG_USB_FUNCTION_FASTBOOT=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 -- cgit v1.2.3