summaryrefslogtreecommitdiff
path: root/configs/mx6ull_9x9_evk_defconfig
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-01 17:47:31 +0800
committerJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-03 09:00:50 +0800
commit2da6c17aa0b70b6585ee4cc06c3e19df63b3ca22 (patch)
tree4f432c7aacf2e709db39f5c8b5d9bd7bd6730d76 /configs/mx6ull_9x9_evk_defconfig
parent035506e86e4f054ec6e75a52e5d7fdbb0f18f8cd (diff)
MLK-19062-2 fastboot: enable fastboot in mx6ull
Modify mx6ullevk.h file and deconfig files to enable fastboot in mx6ull_14x14 and mx6ull_9x9 board Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Diffstat (limited to 'configs/mx6ull_9x9_evk_defconfig')
-rw-r--r--configs/mx6ull_9x9_evk_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mx6ull_9x9_evk_defconfig b/configs/mx6ull_9x9_evk_defconfig
index 13fbd7ecf37..b3e08927313 100644
--- a/configs/mx6ull_9x9_evk_defconfig
+++ b/configs/mx6ull_9x9_evk_defconfig
@@ -53,3 +53,19 @@ CONFIG_FSL_QSPI=y
CONFIG_DM_ETH=y
CONFIG_PHYLIB=y
CONFIG_PHY_MICREL=y
+
+CONFIG_CMD_FASTBOOT=y
+CONFIG_CI_UDC=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_VENDOR_NUM=0x0525
+CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
+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