diff options
Diffstat (limited to 'cpu')
-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 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 */ |