aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-07 14:07:16 -0700
committerSimon Glass <sjg@chromium.org>2023-01-18 11:50:01 -0700
commitc4db0720ad104444886ff4696bfbf2891f7777a5 (patch)
tree4ca8db3febd86c373117bd6637e6f1d2dd3f9983
parent67a050170846b6cb751c7162c3a3bdb898261660 (diff)
downloadu-boot-c4db0720ad104444886ff4696bfbf2891f7777a5.zip
u-boot-c4db0720ad104444886ff4696bfbf2891f7777a5.tar.gz
u-boot-c4db0720ad104444886ff4696bfbf2891f7777a5.tar.bz2
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 <sjg@chromium.org>
-rw-r--r--configs/evb-rk3288_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3288_defconfig b/configs/evb-rk3288_defconfig
index fcfb6aa..5c6b1d5 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