commit | 628c85aec0a2034e69f56a876132e66c9eb864ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:36 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | 706baa3f662cdb15930c0a917eefad38ce908ebd | |
parent | aa6b898fb13e978e17f0cd2010408886438357ce [diff] |
bdinfo: riscv: Use the generic bd command This arch has none of its own info to show. Move it over to use the generic do_bdinfo(). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>