aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2014-11-11 17:32:10 +0000
committerAlex Shi <alex.shi@linaro.org>2015-11-07 22:10:09 +0800
commitd7dab20c4ecf6e6e25026d93871cf1362515b9cd (patch)
tree6fff2ad8463788752cd3bbede3d5b0c3ac6072ac
parent9f9d48d990ff641107070985e15f759aeaa1e45a (diff)
arm64: Create link to include/dt-bindings to enable C preprocessor use.
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: Alex Shi <alex.shi@linaro.org>
l---------arch/arm64/boot/dts/include/dt-bindings1
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