Re: [U-Boot] [PATCH] fdt: fix dts preprocessor options

2013-01-12 Thread Simon Glass
On Tue, Jan 8, 2013 at 6:07 PM, Allen Martin wrote: > Using "-ansi" preprocessor option will cause dts lines that begin with > '#' to choke the preprocessor. Change to "-x assembler-with-cpp" > instead which is what the kernel uses to preprocess dts files. > > Signed-off-by: Allen Martin Acked-

Re: [U-Boot] [PATCH] fdt: fix dts preprocessor options

2013-01-08 Thread Stephen Warren
On 01/08/2013 07:07 PM, Allen Martin wrote: > Using "-ansi" preprocessor option will cause dts lines that begin with > '#' to choke the preprocessor. Change to "-x assembler-with-cpp" > instead which is what the kernel uses to preprocess dts files. Well, it's what the kernel hopefully /will/ use