commit | 266111cf7e41ea5d32ff60e2bc954974d2a76deb | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 15 14:59:08 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jan 18 01:22:30 2017 +0900 |
tree | 5b81b81b27440157b71d2d4a485910cb4ea4997b | |
parent | 3a67e9db76b0fe199c969203f27d5d5b456cbfe9 [diff] |
ARM: uniphier: refactor board_init() The code here is cluttered due to the switch statement. Introduce a table of callbacks to clean up the initialization code across SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>