summaryrefslogtreecommitdiff
path: root/configs/evb-rk3288_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-08 00:07:16 +0300
committerSimon Glass <sjg@chromium.org>2023-01-18 21:50:01 +0300
commitc4db0720ad104444886ff4696bfbf2891f7777a5 (patch)
tree4ca8db3febd86c373117bd6637e6f1d2dd3f9983 /configs/evb-rk3288_defconfig
parent67a050170846b6cb751c7162c3a3bdb898261660 (diff)
downloadu-boot-c4db0720ad104444886ff4696bfbf2891f7777a5.tar.xz
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>
Diffstat (limited to 'configs/evb-rk3288_defconfig')
-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 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