summaryrefslogtreecommitdiffstats
path: root/configs/ae350_rv64_spl_xip_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 20:23:41 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 17:01:51 +0800
commit84dee33ca81d72d2c0749d1649d42943ee370210 (patch)
tree53395dbab392213cc8581ddcd20bbc7f4d9b46c3 /configs/ae350_rv64_spl_xip_defconfig
parentcc269e1c008500430a687427ffabecd330b7f020 (diff)
downloadu-boot-84dee33ca81d72d2c0749d1649d42943ee370210.tar.gz
u-boot-84dee33ca81d72d2c0749d1649d42943ee370210.tar.xz
u-boot-84dee33ca81d72d2c0749d1649d42943ee370210.zip
riscv: Drop USE_SPL_FIT_GENERATOR
Now that we have switched to binman to generate u-boot.itb for all RISC-V boards, USE_SPL_FIT_GENERATOR is no longer needed and can be dropped. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ae350_rv64_spl_xip_defconfig')
-rw-r--r--configs/ae350_rv64_spl_xip_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ae350_rv64_spl_xip_defconfig b/configs/ae350_rv64_spl_xip_defconfig
index 21b7e8895b..6c63382f75 100644
--- a/configs/ae350_rv64_spl_xip_defconfig
+++ b/configs/ae350_rv64_spl_xip_defconfig
@@ -12,7 +12,6 @@ CONFIG_XIP=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x80010000
-# CONFIG_USE_SPL_FIT_GENERATOR is not set
CONFIG_BOOTDELAY=3
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SYS_PROMPT="RISC-V # "