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>
This commit is contained in:
parent
002a0d75af
commit
cd11afb01f
|
|
@ -88,10 +88,3 @@ CONFIG_LZ4=y
|
|||
|
||||
CONFIG_SMC_FUSE=y
|
||||
CONFIG_CMD_MEMTEST=y
|
||||
|
||||
CONFIG_FIT=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SPL_FIT=y
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
CONFIG_SPL_MMC_SUPPORT=y
|
||||
CONFIG_SPL_GPIO_SUPPORT=y
|
||||
|
|
|
|||
|
|
@ -88,10 +88,3 @@ CONFIG_LZ4=y
|
|||
|
||||
CONFIG_SMC_FUSE=y
|
||||
CONFIG_CMD_MEMTEST=y
|
||||
|
||||
CONFIG_FIT=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SPL_FIT=y
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
CONFIG_SPL_MMC_SUPPORT=y
|
||||
CONFIG_SPL_GPIO_SUPPORT=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue