Re: [U-Boot] [PATCH v2 6/9] riscv: boot images passed to bootm on all harts

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 > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/riscv/lib/bootm.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > Tested-by: Bin Meng

[U-Boot] [PATCH v2 6/9] riscv: boot images passed to bootm on all harts

2019-03-05 Thread Lukas Auer
Signed-off-by: Lukas Auer Reviewed-by: Anup Patel Reviewed-by: Bin Meng --- Changes in v2: None arch/riscv/lib/bootm.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/riscv/lib/bootm.c b/arch/riscv/lib/bootm.c index f36b8702ef..efbd3e23e7 100644 ---