summaryrefslogtreecommitdiff
path: root/configs/mx6ul_9x9_evk_plugin_defconfig
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-01 17:59:57 +0800
committerJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-03 09:00:50 +0800
commite5803f3314a5eb943b08d9b7a5a700b50386df39 (patch)
treedd15b1e902fe3ce5607380715d43214772719cd2 /configs/mx6ul_9x9_evk_plugin_defconfig
parent2da6c17aa0b70b6585ee4cc06c3e19df63b3ca22 (diff)
MLK-19062-1 fastboot: enable fastboot in mx6ul
Modify mx6ul_14x14_evk.h file and defconfig files to enable fastboot in mx6ul_14x14 and mx6ul_9x9 board Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Diffstat (limited to 'configs/mx6ul_9x9_evk_plugin_defconfig')
-rw-r--r--configs/mx6ul_9x9_evk_plugin_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mx6ul_9x9_evk_plugin_defconfig b/configs/mx6ul_9x9_evk_plugin_defconfig
index b35fa0b197..20e45f4f67 100644
--- a/configs/mx6ul_9x9_evk_plugin_defconfig
+++ b/configs/mx6ul_9x9_evk_plugin_defconfig
@@ -56,3 +56,19 @@ CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_VIDEO=y
CONFIG_DM_ETH=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