]> git.baikalelectronics.ru Git - uboot.git/commit
bdinfo: microblaze: sh: nios2: Drop arch-specific flash info
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:43 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:11 +0000 (13:24 -0400)
commit5f70307b3e9382c64b7228f5cf113dcaf52d0b95
tree05beb1aad7e040405f1359e26fea2550f9ac1666
parent0e4cc53bc59969f9c15563cc979fd008600cec62
bdinfo: microblaze: sh: nios2: Drop arch-specific flash info

The differences these architectures have are minor and not worth the extra
code. Use the generic version always.

Tidy up the code style by removing unnecessary tabs.

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