diff options
author | 2017-02-26 07:00:57 +0100 | |
---|---|---|
committer | 2017-03-21 17:21:27 -0700 | |
commit | 4027494ae6e351951d618c6505592b971b3883e9 (patch) | |
tree | 5613c1776bb4aba7946ac198f4ad96c81a019bda | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-dev-4027494ae6e351951d618c6505592b971b3883e9.tar.xz linux-dev-4027494ae6e351951d618c6505592b971b3883e9.zip |
ARM: dts: add arm/arm64 include symlinks
Allow including of dtsi files in an architecture-independent manner.
Some dtsi files may be shared between architectures and one suggestion
was to have symlinks and let these includes get accessed via a
#include <arm64/foo.dtsi>
So add the necessary symlinks for arm32.
Suggested-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
l--------- | arch/arm/boot/dts/include/arm | 1 | ||||
l--------- | arch/arm/boot/dts/include/arm64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/include/arm b/arch/arm/boot/dts/include/arm new file mode 120000 index 000000000000..a96aa0ea9d8c --- /dev/null +++ b/arch/arm/boot/dts/include/arm @@ -0,0 +1 @@ +..
\ No newline at end of file diff --git a/arch/arm/boot/dts/include/arm64 b/arch/arm/boot/dts/include/arm64 new file mode 120000 index 000000000000..074a835fca3e --- /dev/null +++ b/arch/arm/boot/dts/include/arm64 @@ -0,0 +1 @@ +../../../../arm64/boot/dts
\ No newline at end of file |