[PATCH 09/36] bdinfo: x86: Use the generic bd command

Bin Meng bmeng.cn at gmail.com
Wed May 6 10:07:20 CEST 2020


On Tue, May 5, 2020 at 7:19 AM Simon Glass <sjg at 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 <sjg at chromium.org>
> ---
>
>  cmd/bdinfo.c | 21 ++-------------------
>  1 file changed, 2 insertions(+), 19 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list