rockchip: rk3328-evb: defconfig: remove legacy and raw image support
We only support FIT and rockchip image in SPL. Change-Id: I2f51574d8a664909db84d0a013c7a1650038db6a Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
02e47c3d38
commit
85e6631018
|
|
@ -18,6 +18,8 @@ CONFIG_FIT=y
|
|||
CONFIG_FIT_VERBOSE=y
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
|
||||
# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set
|
||||
CONFIG_TPL_SYS_MALLOC_SIMPLE=y
|
||||
CONFIG_SPL_STACK_R=y
|
||||
CONFIG_SPL_ATF=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue