ARM: zImage: Allow the appending of a device tree binary
authorJohn Bonesio <bones@secretlab.ca>
Thu, 6 Oct 2011 23:46:14 +0000 (16:46 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 6 Oct 2011 23:46:14 +0000 (16:46 -0700)
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: ported to latest zImage changes plus additional cleanups/improvements]
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Dave Martin <dave.martin@linaro.org>
Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
Tested-by: David Brown <davidb@codeaurora.org>

No differences found