]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: evb-rk3288: Drop raw-image support
authorSimon Glass <sjg@chromium.org>
Sat, 7 Jan 2023 21:07:16 +0000 (14:07 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:50:01 +0000 (11:50 -0700)
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 <sjg@chromium.org>
configs/evb-rk3288_defconfig

index fcfb6aac1ebc1d738e41deaea22bce1aa6cfef1e..5c6b1d5d55e53bdd2c3f74cf0325840265c73186 100644 (file)
@@ -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