From: Guennadi Liakhovetski Date: Wed, 9 Apr 2008 15:34:08 +0000 (+0200) Subject: Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code" X-Git-Tag: v1.3.3-rc1~67 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a;p=u-boot Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code" Restore logic reverted by commit commit 80767a6cead9990d9e77e62be947843c2c72f469 Author: Peter Pearse 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 --- diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index ae86002a8f..acc00ad970 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 */