[U-Boot-Users] [PATCH] Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Apr 10 03:25:18 CEST 2008
On 17:34 Wed 09 Apr , Guennadi Liakhovetski wrote:
> Restore logic reverted by commit
>
> commit 80767a6cead9990d9e77e62be947843c2c72f469
> Author: Peter Pearse <peter.pearse at arm.com>
> Date: Wed Sep 5 16:04:41 2007 +0100
>
> Changed API name to coloured_led.h
> Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
> Tidied other cpu/arm920t/start.S code
>
> Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
>
> ---
>
> commit 4edc89c17c34c10885082ddbc73b9416e8ff4f5a
> Author: Guennadi Liakhovetski <lyakh at 6a.(none)>
> Date: Wed Apr 9 17:05:52 2008 +0200
>
> Fix reverted ifdef
>
> Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
>
> diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
> index ae86002..acc00ad 100644
> --- a/cpu/arm920t/start.S
> +++ b/cpu/arm920t/start.S
> @@ -178,7 +178,7 @@ copyex:
> bl cpu_init_crit
> #endif
>
> -#ifdef CONFIG_AT91RM9200
> +#ifndef CONFIG_AT91RM9200
>
> #ifndef CONFIG_SKIP_RELOCATE_UBOOT
> relocate: /* relocate U-Boot to RAM */
we can regroup the ifdef
#if !defined(CONFIG_AT91RM9200) && !defined(CONFIG_SKIP_RELOCATE_UBOOT)
otherwise
Ack-by : Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Best Regards,
J.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
More information about the U-Boot
mailing list