Re: [U-Boot] [PATCH V13 12/12] arm: Add Prep subcommand support to bootm

2012-02-12 Thread Tom Rini
On Sun, Feb 12, 2012 at 8:21 AM, Stefano Babic wrote: > On 12/02/2012 15:58, Tom Rini wrote: >> On Sun, Feb 12, 2012 at 7:48 AM, Albert ARIBAUD >> wrote: >>> Hi all, >>> >>> Le 04/02/2012 11:22, Stefano Babic a écrit : >>> From: Simon Schwarz Adds prep subcommand to bootm implement

Re: [U-Boot] [PATCH V13 12/12] arm: Add Prep subcommand support to bootm

2012-02-12 Thread Stefano Babic
On 12/02/2012 15:58, Tom Rini wrote: > On Sun, Feb 12, 2012 at 7:48 AM, Albert ARIBAUD > wrote: >> Hi all, >> >> Le 04/02/2012 11:22, Stefano Babic a écrit : >> >>> From: Simon Schwarz >>> >>> Adds prep subcommand to bootm implementation of ARM. When bootm is called >>> with the subcommand prep th

Re: [U-Boot] [PATCH V13 12/12] arm: Add Prep subcommand support to bootm

2012-02-12 Thread Tom Rini
On Sun, Feb 12, 2012 at 7:48 AM, Albert ARIBAUD wrote: > Hi all, > > Le 04/02/2012 11:22, Stefano Babic a écrit : > >> From: Simon Schwarz >> >> Adds prep subcommand to bootm implementation of ARM. When bootm is called >> with the subcommand prep the function stops right after ATAGS creation and >

Re: [U-Boot] [PATCH V13 12/12] arm: Add Prep subcommand support to bootm

2012-02-12 Thread Albert ARIBAUD
Hi all, Le 04/02/2012 11:22, Stefano Babic a écrit : From: Simon Schwarz Adds prep subcommand to bootm implementation of ARM. When bootm is called with the subcommand prep the function stops right after ATAGS creation and before announce_and_cleanup. This is used in command "cmd_spl export"

[U-Boot] [PATCH V13 12/12] arm: Add Prep subcommand support to bootm

2012-02-04 Thread Stefano Babic
From: Simon Schwarz Adds prep subcommand to bootm implementation of ARM. When bootm is called with the subcommand prep the function stops right after ATAGS creation and before announce_and_cleanup. This is used in command "cmd_spl export" Signed-off-by: Simon Schwarz Acked-by: Stefano Babic T