mirror of
https://github.com/torvalds/linux.git
synced 2025-10-31 16:48:26 +02:00
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>
This commit is contained in:
parent
c1ae3cfa0e
commit
4027494ae6
2 changed files with 2 additions and 0 deletions
1
arch/arm/boot/dts/include/arm
Symbolic link
1
arch/arm/boot/dts/include/arm
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
..
|
||||||
1
arch/arm/boot/dts/include/arm64
Symbolic link
1
arch/arm/boot/dts/include/arm64
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../arm64/boot/dts
|
||||||
Loading…
Reference in a new issue