commit | 2ade496fd88ebe947f8fd8ae4a07fc3bf1f41e60 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Mon Jul 15 07:11:32 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Fri Jul 26 16:39:12 2013 -0400 |
tree | 378da108ca1ac7ec72cd1298c3f2f051624fd4e6 | |
parent | 102ce9ea7afdda80fe25aa786975e1722196bdb9 [diff] |
omap3_beagle: support findfdt and loadfdt for devicetree support 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 <nm@ti.com>