commit | 8e3e0fef995927632b28c0418e39b6bf14dd9c1c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 21 14:43:17 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Apr 24 09:54:03 2016 +0900 |
tree | 87b882c8fd5a7166ea5adc51def5a1d88757a8fa | |
parent | 5572b0a86bf279d465ccf1d9b5593165c725f60f [diff] |
ARM: uniphier: rework uniphier_set_fdt_file() The current table look-up for the DTB file name turned out bothersome in terms of maintainability; I ended up adding a new entry every time a new board is supported. There is a common pattern between the DT compatible string and the corresponding file name; drop the vendor prefix "socionext," and prefix it with "uniphier-" and suffix it with ".dtb". Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>