Home
last modified time | relevance | path

Searched hist:"881 aa5a7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dboard_late_init.c881aa5a7 Thu Apr 21 00:43:17 CDT 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>