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

Nios2 currently has some code to output SRAM information which is behind
an #ifdef. No nios2 boards define this option, so the code can be removed.

Move Nios2 over to use the generic function.

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