commit | b61664e230b30084f2fae5063123fd40bd17d0f7 | [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 | e94842fa2cdab3883de8630794fd948daff53766 [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>