From 7f9390c9835b8eb1f41f64c24b690213b8a652c6 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Tue, 13 Aug 2019 21:06:21 +0800 Subject: [PATCH] rockchip: rk3308: defconfig: remove legacy and raw image support We only support FIT and rockchip image in SPL. Change-Id: I6a599367f8c63de844a58e6b53ef684bf8e3c3e0 Signed-off-by: Kever Yang --- configs/rk3308_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/rk3308_defconfig b/configs/rk3308_defconfig index e0c6888218..c2cfc190f3 100644 --- a/configs/rk3308_defconfig +++ b/configs/rk3308_defconfig @@ -24,6 +24,8 @@ CONFIG_BOOTDELAY=0 CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_ANDROID_BOOTLOADER=y +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set +# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_STACK_R=y # CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SPL_RELOC_TEXT_BASE=0x3001000