diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2013-02-21 12:31:27 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-14 11:06:42 -0700 |
commit | 6c5be646b47e0dfea3df5a08948f50d1c5d37f68 (patch) | |
tree | c34f7a759a526986534faa1fbb33d275ada902ce /board/compal/dts/tegra20-paz00.dts | |
parent | a7f8b5e616e49a2bb819eeb96b5438039307e7b6 (diff) | |
download | u-boot-imx-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.zip u-boot-imx-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.tar.gz u-boot-imx-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.tar.bz2 |
Tegra: fdt: Change /include/ to #include for C preprocessor
dts Makefile has the arch & board include paths added to DTS_CPPFLAGS.
This allows the use of '#include "xyz"' in the dts/dtsi file which
helps the C preprocessor find common dtsi include files.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'board/compal/dts/tegra20-paz00.dts')
-rw-r--r-- | board/compal/dts/tegra20-paz00.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compal/dts/tegra20-paz00.dts b/board/compal/dts/tegra20-paz00.dts index 31b064d..e521c80 100644 --- a/board/compal/dts/tegra20-paz00.dts +++ b/board/compal/dts/tegra20-paz00.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ ARCH_CPU_DTS +#include "tegra20.dtsi" / { model = "Toshiba AC100 / Dynabook AZ"; |