[U-Boot] [PATCH v6 1/4] Tegra: fdt: Change /include/ to #include for C preprocessor

Stephen Warren swarren at wwwdotorg.org
Thu Feb 21 20:40:15 CET 2013


On 02/21/2013 09:45 AM, Tom Warren wrote:
> 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.

> diff --git a/board/avionic-design/dts/tegra20-medcom-wide.dts b/board/avionic-design/dts/tegra20-medcom-wide.dts

> -/include/ ARCH_CPU_DTS
> +#include ARCH_CPU_DTS

Still lots of instances of this...


More information about the U-Boot mailing list