summaryrefslogtreecommitdiff
path: root/configs/imx8mm_evk_android_uuu_defconfig
AgeCommit message (Collapse)Author
2019-12-30MA-16095-1 remove CONFIG_USB_TCPC form defconfig filesfaqiang.zhu
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>
2018-11-27MA-13537-2 add defconfig files for uuu uboot imagefaqiang.zhu
defconfig files for uuu uboot and uboot flashed to board need to be different. because ab slot feature need to be used, defconfig of BSP team won't be used. this patch add for defconfig files for uuu uboot used on imx8. these two files are directly copied from the files below: 1. imx8qm_mek_android_defconfig 2. imx8qxp_mek_android_defconfig 3. imx8mm_evk_android_defconfig 4. imx8mq_evk_android_defconfig they are respectively be pasted as: 1. imx8qm_mek_android_uuu_defconfig 2. imx8qxp_mek_android_uuu_defconfig 3. imx8mm_evk_android_uuu_defconfig 4. imx8mq_evk_android_uuu_defconfig Change-Id: I483593beb99477f1821c529254856d372d274661 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>