commit | 9d17cdbf3951aa84923510e87feb43fcb54a4683 | [log] [tgz] |
---|---|---|
author | Randolph <randolph@andestech.com> | Thu Oct 12 14:35:05 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Oct 19 17:29:33 2023 +0800 |
tree | 49f1c62e63ded416cdb6010e87e3d0e36b150bbe | |
parent | b1bc7a75015993a4a97eed042f7b8750e58b8947 [diff] |
riscv: dts: binman: add condition for opensbi os boot Add condition for OpenSBI OS boot mode, by default it is not enabled. By default, binman creates the output file u-boot.itb. If SPL_OPENSBI_OS_BOOT is enabled, linux.itb will be created after compilation instead of the default u-boot.itb. Signed-off-by: Randolph <randolph@andestech.com> Reviewed-by: Simon Glass <sjg@chromium.org>