Re: [PATCH 1/2] board: sifive: compile stuff only related to SPL in SPL build

2021-08-02 Thread Leo Liang
On Tue, Jul 27, 2021 at 05:06:58PM +0800, Zong Li wrote: > 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 > --- > board/sifive/unleashed

[PATCH 1/2] board: sifive: compile stuff only related to SPL in SPL build

2021-07-27 Thread Zong Li
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 --- board/sifive/unleashed/Makefile | 4 ++-- board/sifive/unmatched/Makefile | 3 ++- 2 files ch