From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 08 Jan 2013 20:50:42 -0700 Subject: [U-Boot] [PATCH] fdt: fix dts preprocessor options In-Reply-To: <1357697274-20758-1-git-send-email-amartin@nvidia.com> References: <1357697274-20758-1-git-send-email-amartin@nvidia.com> Message-ID: <50ECE912.1040008@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 if I can ever get the patch accepted. But anyway, this seems good to me. Reviewed-by: Stephen Warren