On Tue, May 5, 2020 at 7:19 AM Simon Glass <s...@chromium.org> wrote: > > 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 <s...@chromium.org> > --- > > cmd/bdinfo.c | 17 ++--------------- > 1 file changed, 2 insertions(+), 15 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>