[U-Boot-Users] [PATCH] Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
Guennadi Liakhovetski
lg at denx.de
Wed Apr 9 17:34:08 CEST 2008
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 */
More information about the U-Boot
mailing list