bdinfo: sh: arc: Drop arch-specific print_bi_mem()
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:47 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commit537cb0dfd2fbf40491595f55b2e03ce898b3896c
tree8f42438b0ce97f0a19e355df1c0797de780c46c6
parent3e1cca2a2f6245a98b86e23222908dee234542e2
bdinfo: sh: arc: Drop arch-specific print_bi_mem()

It isn't worth having arch-specific code for such minor output
differences. In fact it is better if all archs are consistent.

Drop the arch-specific code in print_bi_mem() and inline it to avoid a
two-line function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
cmd/bdinfo.c