commit | d44b09fdedb2b7d01105b6e932b9a88ce100ccca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:41 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | af34ed2765f67f43072b4e102392ffb7400bf4af | |
parent | 813ee41c8ad6485fd8e2f534ee57b5e92d496cce [diff] |
bdinfo: Drop the option to not use the generic 'bd' command Now that all architectures are using the generic do_bdinfo(), drop the option to not use it. When new architectures are added, they will get at least some useful information from the generic implementation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>