commit | ef07a99b083378644bcb35e79eebd02b6cb8cd91 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 15 14:59:06 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jan 17 09:00:40 2017 +0900 |
tree | 5c56987b97b4493b2e2406f340e1e457245258c5 | |
parent | 9e3bb84bd880d8be82351d689415d6e142dfab32 [diff] |
ARM: uniphier: refactor Support Card init code Splitting reset assertion (support_card_reset) and deassertion (support_card_init) is not adding much value any more. Handle all the initialization of Support Card in support_card_init(), then remove support_card_reset(). Also, detect_num_flash_banks() can have a static qualifier. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>