summaryrefslogtreecommitdiff
path: root/configs/imx8mm_ddr4_evk_android_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>
2019-02-21MA-14120 Add config to guard append bootargs supportJi Luo
Grant user the permission to change the bootargs can be very dangerous, so add config 'CONFIG_APPEND_BOOTARGS' to guard the bootargs appending feature. Test: bootargs can't be appended if "CONFIG_APPEND_BOOTARGS" is not set. Change-Id: I6d6879415ca251c806b56490290e5032aef24277 Signed-off-by: Ji Luo <ji.luo@nxp.com>
2018-12-26MA-13850-1 change the device tree and DDR related configurationfaqiang.zhu
After two defconfig files are directly copied from 8mm_evk_android for 8mm_evk_ddr4_android, this patch adapt the defconfig files. Device tree used in defconfig files are modifed, a configuration item of "CONFIG_TARGET_IMX8MM_EVK" is modified to be "CONFIG_TARGET_IMX8MM_DDR4_EVK" Change-Id: Ib48449d0c7abab45aff3a58a9c78c481290e7e6a Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
2018-12-26MA-13850 add two defconfig files for evk_imx8mm ddr4 versionfaqiang.zhu
Add two defconfig files for imx8mm ddr4 version. These two defconfig files are: imx8mm_ddr4_evk_android_defconfig imx8mm_ddr4_evk_android_uuu_defconfig They are respectively copy from the files below: imx8mm_evk_android_defconfig imx8mm_evk_android_uuu_defconfig Change-Id: Ic2ab2b51328b23446e8f264eb27308d226b57295 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>