]> git.sur5r.net Git - u-boot/commit
ARM: dts: uniphier: compile only DT files that make sense
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 21 Jan 2017 09:05:28 +0000 (18:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 07:49:34 +0000 (16:49 +0900)
commit132efa562cc5e76f572d2debbbe936c9a000a161
treed82824bfa98286728ebbc21799428ee291e5ae8c
parentee8ef5afa87bf37d493bf7be9d475e54d6c2ebee
ARM: dts: uniphier: compile only DT files that make sense

All the UniPhier DT files are compiled if CONFIG_ARCH_UNIPHIER
is enabled, but not all of them actually work.  For example, when
U-Boot is compiled for ARM 32 bit, 64 bit DT files are also built,
and vice versa.  Compile only the combination that makes sense.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/dts/Makefile