commit | 391e300cdde003c27ff34d6733dacf127f65cc5d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:34 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | f06757584defa1b350b5d9f46944d9eed1b03a51 | |
parent | 26d0042336e99652a62d1a5d7b3d77fc2c8766b9 [diff] |
bdinfo: sandbox: Use the generic bd command Sandbox has a printout of 'FB base' but this code is not used since sandbox uses driver model for everything. Move sandbox over to use the generic do_bdinfo(). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>