bdinfo: Drop the option to not use the generic 'bd' command
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:41 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:11 +0000 (13:24 -0400)
commite01ce34bb0cb33aad17f5df15d74cd8846f80c23
treeaf34ed2765f67f43072b4e102392ffb7400bf4af
parente227c27393d9d3391288e68623751a448a973b79
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>
cmd/bdinfo.c