commit | 48db0ee6b0b4f757e7530c58aac13738d7379068 | [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 | 1cec78b512ad6fa170315ad709f505923b28a935 [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>