commit | 26d0042336e99652a62d1a5d7b3d77fc2c8766b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:33 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | 45ee51dcd886c8ebcd6c5da4b470395b8d6b24bc | |
parent | ce0b8e68cb0074f39cf13180408b23c17ab50b19 [diff] |
bdinfo: x86: Use the generic bd command 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@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>