Re: [U-Boot] [PATCH V2 1/2] arm: fix bootm with device tree

2012-04-23 Thread Wolfgang Denk
Dear Stephen Warren, In message <1334871241-11932-1-git-send-email-swar...@wwwdotorg.org> you wrote: > From: Stephen Warren > > Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized > do_bootm_linux() for ARM. During the re-organization, the code to pass > the device tree to th

Re: [U-Boot] [PATCH V2 1/2] arm: fix bootm with device tree

2012-04-20 Thread Allen Martin
On Thu, Apr 19, 2012 at 02:34:00PM -0700, Stephen Warren wrote: > From: Stephen Warren > > Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized > do_bootm_linux() for ARM. During the re-organization, the code to pass > the device tree to the kernel was removed. Add it back. Thi

Re: [U-Boot] [PATCH V2 1/2] arm: fix bootm with device tree

2012-04-19 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Thursday, April 19, 2012 2:34 PM > To: Wolfgang Denk; Tom Rini; Albert ARIBAUD > Cc: Simon Schwarz; u-boot@lists.denx.de; Tom Warren; Stephen Warren > Subject: [PATCH V2 1/2] arm: fix bootm with dev

[U-Boot] [PATCH V2 1/2] arm: fix bootm with device tree

2012-04-19 Thread Stephen Warren
From: Stephen Warren Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized do_bootm_linux() for ARM. During the re-organization, the code to pass the device tree to the kernel was removed. Add it back. This restores the ability to boot a kernel using device tree. Signed-off-by: