Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-08-10 Thread Wolfgang Denk
Dear Horst Kronstorfer, In message <1342184620-31448-1-git-send-email-hkron...@frequentis.com> you wrote: > Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content > that matches system-specific or gcc-specific predefined macros. > > Example: A number of PowerPC related *.dts fil

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-26 Thread Mike Frysinger
On Thursday 26 July 2012 03:06:06 Horst Kronstorfer wrote: > On 07/25/2012 06:06 PM, Mike Frysinger wrote: > > On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote: > >> On 07/24/2012 05:28 PM, Mike Frysinger wrote: > >>> On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: > On 07/19

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-26 Thread Horst Kronstorfer
On 07/25/2012 06:06 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote: On 07/24/2012 05:28 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst K

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-25 Thread Mike Frysinger
On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote: > On 07/24/2012 05:28 PM, Mike Frysinger wrote: > > On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: > >> On 07/19/2012 05:22 AM, Mike Frysinger wrote: > >>> On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: > Add '-unde

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-24 Thread Horst Kronstorfer
On 07/24/2012 05:28 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches sy

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-24 Thread Mike Frysinger
On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: > On 07/19/2012 05:22 AM, Mike Frysinger wrote: > > On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: > >> Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content > >> that matches system-specific or gcc-specific prede

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-24 Thread Horst Kronstorfer
On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches system-specific or gcc-specific predefined macros. Example: A number of PowerPC related *.dts files in the

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-18 Thread Mike Frysinger
On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: > Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content > that matches system-specific or gcc-specific predefined macros. > > Example: A number of PowerPC related *.dts files in the kernel define a > property named 'linux,n

[U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-13 Thread Horst Kronstorfer
Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches system-specific or gcc-specific predefined macros. Example: A number of PowerPC related *.dts files in the kernel define a property named 'linux,network-index' which (w/o '-undef') is expanded to '1,network-index'