diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2014-11-11 17:32:10 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-05-13 11:54:00 -0700 |
commit | 159e2650d523c56f1d9cffd61feae1d02f9a62e1 (patch) | |
tree | ecae5ff4ce8ae5cd8c63e9a1aaaf95352df2e8e1 /arch/arm64/boot/dts/include/dt-bindings | |
parent | 356662614b0dbe3a989d43432ec2d980e48c1035 (diff) | |
download | linux-linaro-stable-v3.18/topic/arm64/dt.tar.gz |
arm64: Create link to include/dt-bindings to enable C preprocessor use.v3.18/topic/arm64/dt
DT files used in the compilation phase can be preprocessed by the C
preprocessor. This requires an include/dt-bindings directory to be
present in the arch/arm64/boot/dts directory.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
(cherry picked from commit e9d4ac655b8305488b2baf8dc0f0a46918acb7d0)
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/include/dt-bindings')
l--------- | arch/arm64/boot/dts/include/dt-bindings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings new file mode 120000 index 000000000000..08c00e4972fa --- /dev/null +++ b/arch/arm64/boot/dts/include/dt-bindings @@ -0,0 +1 @@ +../../../../../include/dt-bindings
\ No newline at end of file |