Re: [U-Boot] [PATCH V2 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
On 07/11/2013 05:33 PM, Nishanth Menon wrote: For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Men

[U-Boot] [PATCH V2 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Nishanth Menon
For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Menon --- include/configs/omap3_beagle.h | 17 +