Re: [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary

2011-06-13 Thread Tony Lindgren
* Nicolas Pitre nicolas.pi...@linaro.org [110611 23:03]: From: John Bonesio bo...@secretlab.ca 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 bo...@secretlab.ca

Re: [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary

2011-06-13 Thread Russell King - ARM Linux
On Mon, Jun 13, 2011 at 03:46:49AM -0700, Tony Lindgren wrote: * Nicolas Pitre nicolas.pi...@linaro.org [110611 23:03]: From: John Bonesio bo...@secretlab.ca This patch provides the ability to boot using a device tree that is appended to the raw binary zImage (e.g. cat zImage

Re: [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary

2011-06-13 Thread Nicolas Pitre
On Mon, 13 Jun 2011, Russell King - ARM Linux wrote: On Mon, Jun 13, 2011 at 03:46:49AM -0700, Tony Lindgren wrote: * Nicolas Pitre nicolas.pi...@linaro.org [110611 23:03]: From: John Bonesio bo...@secretlab.ca This patch provides the ability to boot using a device tree that is

[PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary

2011-06-12 Thread Nicolas Pitre
From: John Bonesio bo...@secretlab.ca 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 bo...@secretlab.ca [nico: adjusted to latest zImage changes plus additional

Re: [PATCH 2/3] ARM: zImage: Allow the appending of a device tree binary

2011-06-12 Thread Grant Likely
On Sun, Jun 12, 2011 at 02:06:39AM -0400, Nicolas Pitre wrote: From: John Bonesio bo...@secretlab.ca 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