Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-30 Thread Tom Rini
On Wed, Nov 30, 2011 at 8:19 AM, Jon Medhurst (Tixy) wrote: > On Wed, 2011-11-30 at 07:51 -0700, Tom Rini wrote: >> On Wed, Nov 30, 2011 at 1:32 AM, Jon Medhurst (Tixy) >> wrote: >> > On Tue, 2011-11-29 at 13:46 -0700, Tom Rini wrote: >> >> On Tue, Nov 29, 2011 at 6:46 AM, Jon Medhurst (Tixy) >>

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-30 Thread Jon Medhurst (Tixy)
On Wed, 2011-11-30 at 07:51 -0700, Tom Rini wrote: > On Wed, Nov 30, 2011 at 1:32 AM, Jon Medhurst (Tixy) > wrote: > > On Tue, 2011-11-29 at 13:46 -0700, Tom Rini wrote: > >> On Tue, Nov 29, 2011 at 6:46 AM, Jon Medhurst (Tixy) > >> wrote: > >> > Extend the default boot sequence on Versatile Expr

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-30 Thread Tom Rini
On Wed, Nov 30, 2011 at 1:32 AM, Jon Medhurst (Tixy) wrote: > On Tue, 2011-11-29 at 13:46 -0700, Tom Rini wrote: >> On Tue, Nov 29, 2011 at 6:46 AM, Jon Medhurst (Tixy) >> wrote: >> > Extend the default boot sequence on Versatile Express to load a boot >> > script from MMC. >> > >> > Signed-off-b

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-30 Thread Jon Medhurst (Tixy)
On Tue, 2011-11-29 at 13:46 -0700, Tom Rini wrote: > On Tue, Nov 29, 2011 at 6:46 AM, Jon Medhurst (Tixy) > wrote: > > Extend the default boot sequence on Versatile Express to load a boot > > script from MMC. > > > > Signed-off-by: Jon Medhurst > > Is there any interest in defining a common 'fan

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-29 Thread Tom Rini
On Tue, Nov 29, 2011 at 6:46 AM, Jon Medhurst (Tixy) wrote: > Extend the default boot sequence on Versatile Express to load a boot > script from MMC. > > Signed-off-by: Jon Medhurst Is there any interest in defining a common 'fancy' boot command? Over on beagleboard (and a few other eval boards

Re: [U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-29 Thread Ryan Harkin
On Tue, 2011-11-29 at 13:46 +, Jon Medhurst (Tixy) wrote: > Extend the default boot sequence on Versatile Express to load a boot > script from MMC. > > Signed-off-by: Jon Medhurst Acked-by: Ryan Harkin > > --- > include/configs/vexpress_common.h | 20 ++-- > 1 files cha

[U-Boot] ARM: vexpress: Extend default boot sequence to load script from MMC

2011-11-29 Thread Jon Medhurst (Tixy)
Extend the default boot sequence on Versatile Express to load a boot script from MMC. Signed-off-by: Jon Medhurst --- include/configs/vexpress_common.h | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/include/configs/vexpress_common.h b/include/confi