commit | 9e24e10b7bfe1fc7ca3971dbb5c8e3e781dd6db3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:45 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:12 2020 -0400 |
tree | 35bca5ec371ad55cf61a82f62be37a9ed7fbd6ad | |
parent | d67de00eb6d62b52d0ccafb2d80c290079a6f0f6 [diff] |
bdinfo: Drop print_std_bdinfo() Everything in this function is standard now so it serves no purpose. Move it into the generic do_bdinfo() function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>