summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 20:23:35 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 17:01:50 +0800
commit0784510f74134f8f74e2c207283119d3b8e101ad (patch)
tree17242ddeaa68a0577d0d89f254b6fc940cca2dbc /configs
parent73c2a8fb682e2713cb117d87cc6dc7a811d5777d (diff)
downloadu-boot-0784510f74134f8f74e2c207283119d3b8e101ad.tar.gz
u-boot-0784510f74134f8f74e2c207283119d3b8e101ad.tar.xz
u-boot-0784510f74134f8f74e2c207283119d3b8e101ad.zip
riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb
At present SiFive Unleashed board uses the Makefile to create the FIT, using USE_SPL_FIT_GENERATOR, which is deprecated as per the Makefile warning. Update to use binman instead. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/sifive_unleashed_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sifive_unleashed_defconfig b/configs/sifive_unleashed_defconfig
index 62416a7c1d..dc9313e572 100644
--- a/configs/sifive_unleashed_defconfig
+++ b/configs/sifive_unleashed_defconfig
@@ -14,6 +14,7 @@ CONFIG_RISCV_SMODE=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x84000000
+# CONFIG_USE_SPL_FIT_GENERATOR is not set
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y
CONFIG_MISC_INIT_R=y