Re: [PATCH 3/3] ARM: Tegra: Move Harmony .dts file to correct place

2011-04-29 Thread Grant Likely
On Sat, Apr 23, 2011 at 10:30:04PM -0600, Stephen Warren wrote: > The following workflow: > > make dtbs > make dtbuImage # See my earlier patch which adds this based on > Jeremy Kerr's patch to add a dtbImage target. > > ... seems to require the *.dts file to be in arch/arm/boot/

Re: [PATCH 3/3] ARM: Tegra: Move Harmony .dts file to correct place

2011-04-29 Thread Grant Likely
On Sat, Apr 23, 2011 at 10:30:04PM -0600, Stephen Warren wrote: > The following workflow: > > make dtbs > make dtbuImage # See my earlier patch which adds this based on > Jeremy Kerr's patch to add a dtbImage target. > > ... seems to require the *.dts file to be in arch/arm/boot/

[PATCH 3/3] ARM: Tegra: Move Harmony .dts file to correct place

2011-04-23 Thread Stephen Warren
The following workflow: make dtbs make dtbuImage # See my earlier patch which adds this based on Jeremy Kerr's patch to add a dtbImage target. ... seems to require the *.dts file to be in arch/arm/boot/dts. I'm not sure if any other devicetree testing flows will be negatively aff