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) jon.medhu...@linaro.org wrote: Extend the default boot sequence on Versatile Express to load a boot script from MMC. Signed-off-by: Jon Medhurst jon.medhu...@linaro.org Is there any

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) jon.medhu...@linaro.org 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) jon.medhu...@linaro.org wrote: Extend the default boot sequence on Versatile Express to load a boot

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) jon.medhu...@linaro.org 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) jon.medhu...@linaro.org wrote: Extend the

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) jon.medhu...@linaro.org 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) jon.medhu...@linaro.org wrote: On Tue, 2011-11-29 at 13:46 -0700, Tom Rini wrote: On Tue, Nov 29, 2011

[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 jon.medhu...@linaro.org --- include/configs/vexpress_common.h | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git

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 jon.medhu...@linaro.org Acked-by: Ryan Harkin ryan.har...@linaro.org --- include/configs/vexpress_common.h |

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) jon.medhu...@linaro.org wrote: Extend the default boot sequence on Versatile Express to load a boot script from MMC. Signed-off-by: Jon Medhurst jon.medhu...@linaro.org Is there any interest in defining a common 'fancy' boot command? Over