commit | 1255ab82e6fa3186b376ccbfcf5148cff99ab21d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon May 10 20:23:39 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed May 19 17:01:51 2021 +0800 |
tree | 6aad5e6981d110a823ec1b589897882aa622b539 | |
parent | eada9101a12e89b9b6cc814ac9272777fb2fbb98 [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>