commit | 6b8b062ead12a6c43dafb0ec9bc84d0a789e5f27 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 10 01:43:29 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 10 01:47:52 2017 +0900 |
tree | 85458986e1f6ef0a5c1dc6769828bf5d501dfec3 | |
parent | 5740ea4e7bffd427a6b2206559f58bb8b2bf5f35 [diff] |
arm64: dts: uniphier: use cross-arch include instead of symlinks On UniPhier platform, some DTSI files are shared between arm and arm64. Recently, inclusion of DT material of different architectures has been supported by the build system level. Use #include <arm/...>, which will work without relying on the exact same hierarchy as the kernel. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>