On Tue, May 5, 2020 at 7:19 AM Simon Glass <s...@chromium.org> wrote: > > This arch shows 'ethspeed' info but only the freescale drivers use it, so > it can be dropped. > > It also calls print_bi_dram() which is safe to call from any arch since it > has an #ifdef inside it. Add this to the generic do_bdinfo() and move x86 > over to use it. Put it first since pytests rely on seeing it before > memstart in find_ram_base(). > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > cmd/bdinfo.c | 21 ++------------------- > 1 file changed, 2 insertions(+), 19 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>