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

Microblaze prints out ethernet and FDT information. This is useful to
most archs, so move it into the generic code and move microblaze over to
use it.

Note that FDT information is shown for all boards, since they should be
using device tree by now.

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