]> git.baikalelectronics.ru Git - uboot.git/commit
bdinfo: mips: Use the generic bd command
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:29 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:11 +0000 (13:24 -0400)
commit9e0a2e697955ed7f023c5c495a49de2e9bc7f222
tree762ca403bc75ea10a0dfd943f89991affc0c8c6f
parentf34af105eb7c8e0afa33a0120af588f55b5ede17
bdinfo: mips: Use the generic bd command

MIPS currently has a few extra things which are generally useful. Add them
to the generic function and move MIPS over to use it.

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