From: Heiko Stuebner Date: Sun, 26 Feb 2017 06:00:57 +0000 (+0100) Subject: ARM: dts: add arm/arm64 include symlinks X-Git-Tag: v4.12-rc1~52^2~23^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4027494ae6e351951d618c6505592b971b3883e9;p=karo-tx-linux.git 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 So add the necessary symlinks for arm32. Suggested-by: Olof Johansson Signed-off-by: Heiko Stuebner Signed-off-by: Olof Johansson --- 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