bdinfo: xtensa: Create a generic do_bdinfo for xtensa
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:28 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:10 +0000 (13:24 -0400)
commit1af9756db8f04ea5c3243929a157058d32e293bf
tree3583dab8d01a87f48df332cae4d0dd158839432a
parent4ac06d352592b79b2a07747073111c12c7ef9663
bdinfo: xtensa: Create a generic do_bdinfo for xtensa

This arch uses only the generic function. It would be nice if all the
archs did the same. As a first step, create a new generic function for the
'bd' command and make xtensa use it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c