On 17:34 Wed 09 Apr , Guennadi Liakhovetski wrote: > Restore logic reverted by commit > > commit 80767a6cead9990d9e77e62be947843c2c72f469 > Author: Peter Pearse <[EMAIL PROTECTED]> > 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 <[EMAIL PROTECTED]> > > --- > > commit 4edc89c17c34c10885082ddbc73b9416e8ff4f5a > Author: Guennadi Liakhovetski <[EMAIL PROTECTED](none)> > Date: Wed Apr 9 17:05:52 2008 +0200 > > Fix reverted ifdef > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> > > 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 <[EMAIL PROTECTED]> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/u-boot-users ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
