commit | 577aeebdbd45234137703e1aa578120bedd4313c | [log] [tgz] |
---|---|---|
author | Zong Li <zong.li@sifive.com> | Tue Jul 27 17:06:58 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Aug 17 19:28:37 2021 +0800 |
tree | 0b73b2270c6f2c16368234afbf03c3d2467cb26d | |
parent | f1ac8fae856e42676869262acce670d354a3743a [diff] |
board: sifive: compile stuff only related to SPL in SPL build As (3581811dc26f "riscv: sifive/fu540: Move SPL related functions to spl.c"), we put the SPL stuff in spl.c, we don't need to compile unleashed.c and unmatched.c in SPL build. Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>