From: Simon Glass Date: Sat, 7 Jan 2023 21:07:16 +0000 (-0700) Subject: rockchip: evb-rk3288: Drop raw-image support X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=c4db0720ad104444886ff4696bfbf2891f7777a5;p=u-boot.git rockchip: evb-rk3288: Drop raw-image support This boards uses SPL_FIT so does not need to support loading a raw image. Drop it to avoid binman trying to insert a symbol which has no value. Signed-off-by: Simon Glass --- diff --git a/configs/evb-rk3288_defconfig b/configs/evb-rk3288_defconfig index fcfb6aac1e..5c6b1d5d55 100644 --- a/configs/evb-rk3288_defconfig +++ b/configs/evb-rk3288_defconfig @@ -29,6 +29,7 @@ CONFIG_SILENT_CONSOLE=y CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_PAD_TO=0x7f8000 CONFIG_SPL_NO_BSS_LIMIT=y +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set CONFIG_SPL_STACK=0xff718000 CONFIG_SPL_STACK_R=y