On Wed, Aug 21, 2013 at 12:24:34PM -0600, Stephen Warren wrote:
On 08/21/2013 08:36 AM, James Hogan wrote:
quoted
Add symlink to include/dt-bindings from arch/mips/boot/dts/include/ to
match the ones in ARM and Meta architectures so that preprocessed device
tree files can include various useful constant definitions.
See commit c58299a (kbuild: create an "include chroot" for DT bindings)
merged in v3.10-rc1 for details.
MIPS structures it's dts files a little differently to other
architectures, having a separate dts directory for each SoC/platform,
but most of the definitions in the dt-bindings/ directory are common so
for now lets just have a single "include chroot" for all MIPS platforms.
Acked-by: Stephen Warren <redacted>
Applied - but I'd be happier if there was a way of achiving the same thing
without symlinks.
Ralf