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)
commit566ffde8e19ac683e9d0836716de8ee090a56bf8
tree05beb1aad7e040405f1359e26fea2550f9ac1666
parent7d81641ba9984db472798b1c9b059e019c8b1bc0
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