commit | 566ffde8e19ac683e9d0836716de8ee090a56bf8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:43 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | 05beb1aad7e040405f1359e26fea2550f9ac1666 | |
parent | 7d81641ba9984db472798b1c9b059e019c8b1bc0 [diff] |
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>