commit | 6e8e0311ccc78d93fef91a3c8c5ce711f5b9c6b0 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jul 24 10:09:20 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Aug 02 18:29:32 2013 -0400 |
tree | 7d19ffff23581d11fe98953bf5a769eb28a5fd51 | |
parent | c8391a0e926feeb55e3d9087e74f9d39b1f4ae21 [diff] |
dt: don't use ARCH_CPU_DTS Now that we assume dtc supports the -i option, we don't need to use ARCH_CPU_DTS in *.dts{,i}; we simply specify the include filename directly, and dtc will find it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>