Re: [PATCH 12/36] bdinfo: riscv: Use the generic bd command

2020-05-06 Thread Bin Meng
On Tue, May 5, 2020 at 7:19 AM Simon Glass wrote: > > This arch has none of its own info to show. Move it over to use the > generic do_bdinfo(). > > Signed-off-by: Simon Glass > --- > > cmd/bdinfo.c | 15 +-- > 1 file changed, 1 insertion(+), 14 deletions(-) > Reviewed-by: Bin Meng

Re: [PATCH 12/36] bdinfo: riscv: Use the generic bd command

2020-05-04 Thread Rick Chen
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Simon Glass > Sent: Tuesday, May 05, 2020 7:17 AM > To: U-Boot Mailing List > Cc: Tom Rini; Simon Glass; Bin Meng; Heiko Schocher > Subject: [PATCH 12/36] bdinfo: riscv: Use the generic bd command > > This arc

[PATCH 12/36] bdinfo: riscv: Use the generic bd command

2020-05-04 Thread Simon Glass
This arch has none of its own info to show. Move it over to use the generic do_bdinfo(). Signed-off-by: Simon Glass --- cmd/bdinfo.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index 6a2bbfb348..0e96dd619c 100644 --- a/cmd/bdin