diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-02-26 07:00:57 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-03-21 17:21:27 -0700 |
commit | 4027494ae6e351951d618c6505592b971b3883e9 (patch) | |
tree | 5613c1776bb4aba7946ac198f4ad96c81a019bda | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
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 |