Commit cd11afb01f6a6719e909a34e50f88dda1a0360c4

Authored by faqiang.zhu
1 parent 002a0d75af

MA-13537-3 disable SPL feature for uuu uboot

uuu doesn't parse SPL+FIT format for mek_8q platforms. this patch
delete SPL and FIT related configurations in defconfig file for uuu
uboot.

Change-Id: If7c352a60a1534b1a5af9f0b661953c9c60191dc
Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>

Showing 2 changed files with 0 additions and 14 deletions Side-by-side Diff

configs/imx8qm_mek_android_uuu_defconfig
... ... @@ -88,11 +88,4 @@
88 88  
89 89 CONFIG_SMC_FUSE=y
90 90 CONFIG_CMD_MEMTEST=y
91   -
92   -CONFIG_FIT=y
93   -CONFIG_SPL=y
94   -CONFIG_SPL_FIT=y
95   -CONFIG_SPL_LOAD_FIT=y
96   -CONFIG_SPL_MMC_SUPPORT=y
97   -CONFIG_SPL_GPIO_SUPPORT=y
configs/imx8qxp_mek_android_uuu_defconfig
... ... @@ -88,11 +88,4 @@
88 88  
89 89 CONFIG_SMC_FUSE=y
90 90 CONFIG_CMD_MEMTEST=y
91   -
92   -CONFIG_FIT=y
93   -CONFIG_SPL=y
94   -CONFIG_SPL_FIT=y
95   -CONFIG_SPL_LOAD_FIT=y
96   -CONFIG_SPL_MMC_SUPPORT=y
97   -CONFIG_SPL_GPIO_SUPPORT=y