diff options
| author | Olof Johansson <olof@lixom.net> | 2017-03-21 17:26:09 -0700 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2017-03-21 17:26:17 -0700 |
| commit | 7df6fcfb520fbc5249caa8a0676bd3a8309acbb0 (patch) | |
| tree | b8906c3cfdfc02ffb1327debd3b2ae20303ac13b | |
| parent | Linux 4.11-rc2 (diff) | |
| parent | arm64: dts: add arm/arm64 include symlinks (diff) | |
| download | linux-7df6fcfb520fbc5249caa8a0676bd3a8309acbb0.tar.gz linux-7df6fcfb520fbc5249caa8a0676bd3a8309acbb0.zip | |
Merge branch 'shared/dt-symlinks' into next/dt64
* shared/dt-symlinks:
arm64: dts: add arm/arm64 include symlinks
ARM: dts: add arm/arm64 include symlinks
Signed-off-by: Olof Johansson <olof@lixom.net>
| l--------- | arch/arm/boot/dts/include/arm | 1 | ||||
| l--------- | arch/arm/boot/dts/include/arm64 | 1 | ||||
| l--------- | arch/arm64/boot/dts/include/arm | 1 | ||||
| l--------- | arch/arm64/boot/dts/include/arm64 | 1 |
4 files changed, 4 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 diff --git a/arch/arm64/boot/dts/include/arm b/arch/arm64/boot/dts/include/arm new file mode 120000 index 000000000000..cf63d80e2b93 --- /dev/null +++ b/arch/arm64/boot/dts/include/arm @@ -0,0 +1 @@ +../../../../arm/boot/dts
\ No newline at end of file diff --git a/arch/arm64/boot/dts/include/arm64 b/arch/arm64/boot/dts/include/arm64 new file mode 120000 index 000000000000..a96aa0ea9d8c --- /dev/null +++ b/arch/arm64/boot/dts/include/arm64 @@ -0,0 +1 @@ +..
\ No newline at end of file |
