summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2018-10-10 09:30:00 -0500
committerShenwei Wang <shenwei.wang@nxp.com>2018-10-10 09:40:34 -0500
commita952da79aa0170bc87a450762f8014a5968c062c (patch)
treef42351ec5d96e26136e0fff2c0f4e22ab46530a6
parentceeefcaf55120c371891ea37cc3db28d8391386f (diff)
MLK-19766 imx7ulp: enable uuu support in optee config
Enabled fastboot relating macros in optee config to support uuu. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> Reviewed-by: Frank Li <frank.li@nxp.com>
-rw-r--r--configs/mx7ulp_evk_optee_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_optee_defconfig b/configs/mx7ulp_evk_optee_defconfig
index 90c49d4c34..debae2346c 100644
--- a/configs/mx7ulp_evk_optee_defconfig
+++ b/configs/mx7ulp_evk_optee_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_MX7ULP=y
CONFIG_SYS_TEXT_BASE=0x67800000
CONFIG_TARGET_MX7ULP_EVK=y
CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk-qspi"
+CONFIG_DEFAULT_FDT_FILE="imx7ulp-evk"
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_evk/imximage.cfg"
CONFIG_IMX_OPTEE=y
CONFIG_BOARD_EARLY_INIT_F=y
@@ -48,3 +49,18 @@ CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_RTL8152=y
CONFIG_VIDEO=y
CONFIG_IMX_NORTHWEST_MIPI_DSI=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=0x60800000
+CONFIG_FASTBOOT_BUF_SIZE=0x20000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=1
+CONFIG_EFI_PARTITION=y
+CONFIG_CMD_READ=y