diff options
author | Bin Meng | 2021-05-10 20:23:39 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang | 2021-05-19 17:01:51 +0800 |
commit | 756eeba8a2c13114525f288ba5d1039f18b40383 (patch) | |
tree | 6aad5e6981d110a823ec1b589897882aa622b539 /arch/riscv/cpu/generic | |
parent | 18cb82c35c764eccc3717260812c03323c324468 (diff) |
riscv: qemu: Switch to use binman to generate u-boot.itb
By utilizing the newly introduced BINMAN_STANDALONE_FDT option, along
with a new dedicated device tree source file for the QEMU virt target
used for binman only, we can now use binman to generate u-boot.itb.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/riscv/cpu/generic')
-rw-r--r-- | arch/riscv/cpu/generic/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/cpu/generic/Kconfig b/arch/riscv/cpu/generic/Kconfig index 6f73bdd26b6..e025134b23c 100644 --- a/arch/riscv/cpu/generic/Kconfig +++ b/arch/riscv/cpu/generic/Kconfig @@ -4,6 +4,7 @@ config GENERIC_RISCV bool + select BINMAN if SPL select ARCH_EARLY_INIT_R imply CPU imply CPU_RISCV |