summaryrefslogtreecommitdiff
path: root/configs/imx8mm_evk_4g_android_trusty_dual_defconfig
diff options
context:
space:
mode:
authorfaqiang.zhu <faqiang.zhu@nxp.com>2019-12-27 18:13:04 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2019-12-30 09:28:48 +0800
commit150c928be4579e1af86835eb333440a06335702a (patch)
treef247dccf225ad6a7c9bd13ebc78aea458ede49aa /configs/imx8mm_evk_4g_android_trusty_dual_defconfig
parent278c6e3c713144b8e911cd3ac1e1e3320c01b27f (diff)
MA-16095-1 remove CONFIG_USB_TCPC form defconfig files
Android does not use usb host function in uboot, and also TCPC function failure may cause the fastboot does not work, remove all CONFIG_USB_TCPC configuration items so TCPC is not used in uboot. Change-Id: I8c54e144517160bd7234a8ae28c6bc83734be538 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
Diffstat (limited to 'configs/imx8mm_evk_4g_android_trusty_dual_defconfig')
-rwxr-xr-xconfigs/imx8mm_evk_4g_android_trusty_dual_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mm_evk_4g_android_trusty_dual_defconfig b/configs/imx8mm_evk_4g_android_trusty_dual_defconfig
index 45a92407ee..ec85695feb 100755
--- a/configs/imx8mm_evk_4g_android_trusty_dual_defconfig
+++ b/configs/imx8mm_evk_4g_android_trusty_dual_defconfig
@@ -2,7 +2,6 @@ CONFIG_ARM=y
CONFIG_ARCH_IMX8M=y
CONFIG_SYS_TEXT_BASE=0x40200000
CONFIG_SYS_MALLOC_F_LEN=0x2000
-CONFIG_USB_TCPC=y
CONFIG_TARGET_IMX8MM_EVK=y
CONFIG_IMX8M_4G_LPDDR4=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,SPL_TEXT_BASE=0x7E1000,ANDROID_SUPPORT"