diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-05-10 20:23:40 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-05-19 17:01:51 +0800 |
commit | cc269e1c008500430a687427ffabecd330b7f020 (patch) | |
tree | 61ca5a3c03c9166d2e7db80460a3bb3e50b9de74 /board/AndesTech | |
parent | 756eeba8a2c13114525f288ba5d1039f18b40383 (diff) | |
download | u-boot-cc269e1c008500430a687427ffabecd330b7f020.tar.gz |
riscv: ae350: Switch to use binman to generate u-boot.itb
Use the new BINMAN_STANDALONE_FDT option for AE350 based SPL defconfigs,
so that binman is now used to generate u-boot.itb.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'board/AndesTech')
-rw-r--r-- | board/AndesTech/ax25-ae350/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig index 321dd0cb10f..e50f505a2ba 100644 --- a/board/AndesTech/ax25-ae350/Kconfig +++ b/board/AndesTech/ax25-ae350/Kconfig @@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select RISCV_NDS select SUPPORT_SPL + select BINMAN if SPL imply SMP imply SPL_RAM_SUPPORT imply SPL_RAM_DEVICE |