Re: [U-Boot] [PATCH v2 8/9] riscv: fu540: enable SMP

2019-03-10 Thread Bin Meng
On Wed, Mar 6, 2019 at 6:54 AM Lukas Auer wrote: > > Signed-off-by: Lukas Auer > Reviewed-by: Anup Patel > --- > > Changes in v2: > - New patch to enable SMP on the SiFive FU540, which was previously sent > independently > > board/sifive/fu540/Kconfig | 1 + > 1 file changed, 1 insertion(+) >

[U-Boot] [PATCH v2 8/9] riscv: fu540: enable SMP

2019-03-05 Thread Lukas Auer
Signed-off-by: Lukas Auer Reviewed-by: Anup Patel --- Changes in v2: - New patch to enable SMP on the SiFive FU540, which was previously sent independently board/sifive/fu540/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig ind