commit | 442d446b139299ba789fc73cc2229e0607c08d2f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon May 10 20:23:41 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed May 19 17:01:51 2021 +0800 |
tree | 53395dbab392213cc8581ddcd20bbc7f4d9b46c3 | |
parent | 6b977a44bd137e438131fb1bb6b067cfd78c331e [diff] |
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>