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/compulab/dts | |
| parent | a7f8b5e616e49a2bb819eeb96b5438039307e7b6 (diff) | |
| download | olio-uboot-2014.01-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.tar.xz olio-uboot-2014.01-6c5be646b47e0dfea3df5a08948f50d1c5d37f68.zip | |
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/compulab/dts')
| -rw-r--r-- | board/compulab/dts/tegra20-trimslice.dts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/compulab/dts/tegra20-trimslice.dts b/board/compulab/dts/tegra20-trimslice.dts index 7aeed670d..eefd1993d 100644 --- a/board/compulab/dts/tegra20-trimslice.dts +++ b/board/compulab/dts/tegra20-trimslice.dts @@ -1,6 +1,6 @@  /dts-v1/; -/include/ ARCH_CPU_DTS +#include "tegra20.dtsi"  / {  	model = "Compulab TrimSlice board"; |