Blackfin: replace "bfin_reset_or_hang()" with "panic()"
[oweals/u-boot.git] / arch / blackfin / cpu / traps.c
index 09388aa3d53a15ed8b34d188732ee31eded5499f..0cb833a0e43f0db3fb4daaf0b8e17a5662ac510d 100644 (file)
@@ -426,5 +426,5 @@ void bfin_panic(struct pt_regs *regs)
        unsigned long tflags;
        trace_buffer_save(tflags);
        bfin_dump(regs);
-       bfin_reset_or_hang();
+       panic("PANIC: Blackfin internal error");
 }