diff options
Diffstat (limited to 'cpu/at91rm9200/cpu.c')
| -rw-r--r-- | cpu/at91rm9200/cpu.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c index 90a4f9cd0..9fdb70373 100644 --- a/cpu/at91rm9200/cpu.c +++ b/cpu/at91rm9200/cpu.c @@ -115,8 +115,6 @@ int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  {  #ifdef CFG_SOFT_RESET -    extern void reset_cpu(ulong addr); -      disable_interrupts();      reset_cpu(0);  #else |