commit | 6faf66b9444a4b93ec5f7074f84ee22bc8da06e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:28 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:10 2020 -0400 |
tree | 3583dab8d01a87f48df332cae4d0dd158839432a | |
parent | 05d9dff61dc32ba71a320813e267c002838d9362 [diff] |
bdinfo: xtensa: Create a generic do_bdinfo for xtensa This arch uses only the generic function. It would be nice if all the archs did the same. As a first step, create a new generic function for the 'bd' command and make xtensa use it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>