diff options
Diffstat (limited to 'cpu/arm920t/start.S')
| -rw-r--r-- | cpu/arm920t/start.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index ae86002a8..acc00ad97 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	    */ |