commit | 11204ad50e0239dd2e3d52f2f64ac1cf14613aa9 | [log] [tgz] |
---|---|---|
author | John Bonesio <bones@secretlab.ca> | Fri May 27 18:45:50 2011 -0400 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Jun 23 02:37:19 2011 -0400 |
tree | 34171104b672a834cc63966829de8b5dd8e4c4e1 | |
parent | 997b83c7a831f415e8bd80632bcb71c8073c9ba0 [diff] |
ARM: zImage: Allow the appending of a device tree binary This patch provides the ability to boot using a device tree that is appended to the raw binary zImage (e.g. cat zImage <filename>.dtb > zImage_w_dtb). Signed-off-by: John Bonesio <bones@secretlab.ca> [nico: adjusted to latest zImage changes plus additional cleanups] Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Tony Lindgren <tony@atomide.com>