The hang function already tells you to reboot, so no point in showing it
twice.

Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
 cpu/blackfin/traps.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/cpu/blackfin/traps.c b/cpu/blackfin/traps.c
index 2eb45b5..7307f5d 100644
--- a/cpu/blackfin/traps.c
+++ b/cpu/blackfin/traps.c
@@ -344,10 +344,6 @@ void bfin_panic(struct pt_regs *regs)
        );
        dump(regs);
        dump_bfin_trace_buffer();
-       printf(
-               "\n"
-               "Please reset the board\n"
-               "\n"
-       );
+       puts("\n");
        bfin_reset_or_hang();
 }
-- 
1.6.0.2


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to