Re: [U-Boot] [PATCH] SPL: Enable use of custom defined U-Boot entry point

2012-08-29 Thread Tom Rini
On Tue, Aug 28, 2012 at 10:50:59AM +0200, Stefan Roese wrote: > By setting CONFIG_SYS_UBOOT_START boards can now use a different entry > point for their U-Boot image. So the U-Boot entry point is not fixed > to CONFIG_SYS_TEXT_BASE any more. > > Signed-off-by: Stefan Roese Picked up for my v6,

[U-Boot] [PATCH] SPL: Enable use of custom defined U-Boot entry point

2012-08-28 Thread Stefan Roese
By setting CONFIG_SYS_UBOOT_START boards can now use a different entry point for their U-Boot image. So the U-Boot entry point is not fixed to CONFIG_SYS_TEXT_BASE any more. Signed-off-by: Stefan Roese --- common/spl/spl.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/c