commit | ce0b8e68cb0074f39cf13180408b23c17ab50b19 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:32 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | d0b73d8bba2809d33fafd138a4d4d54a28d5d7f0 | |
parent | 8e699991fe419a33048bc23bc0b31d24d5d42ed3 [diff] |
bdinfo: sh: Use the generic bd command This arch has no code that is not already in the generic function. Drop the arch-specific function and change sh over to use the generic one. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>