commit | b793449a7a2be494cfafd1b87a1bf3ac7a38669a | [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 | 223965310b11be80b64f1c6cafd7ad85c1fdadd8 [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>