commit | 4d1230195abd5bc59aa849597a5ab1b897ddab46 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jul 24 10:09:24 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Aug 02 18:30:11 2013 -0400 |
tree | 380612ddd364de6228ed9f30a977438484a9cf04 | |
parent | aeedbcfd87de54bccf3fff52d03f1c3fbc007d61 [diff] |
dts/Makefile: pass -undef -D__DTS__ to cpp This brings U-Boot's cpp invocation into line with the way the Linux kernel invokes cpp on device trees. Consistency will be useful to ensure *.dts is portable between the two. -undef also has the added advantage of not defining "linux", so DT property names such as "linux,keymap" don't get mangled. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>