commit | 5ad2af341d1c910fb4d15af59a2beb93513ae3c2 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Sat Aug 13 23:13:17 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Sat Aug 13 23:13:17 2005 +0200 |
tree | 4f228db32df159dc76117a605d89806b9c2495ac | |
parent | 46044b4817b75c1e26d22fed679e778a044df712 [diff] [blame] |
Code cleanup.
diff --git a/board/at91rm9200dk/flash.c b/board/at91rm9200dk/flash.c index 5220fcf..f6228ef 100644 --- a/board/at91rm9200dk/flash.c +++ b/board/at91rm9200dk/flash.c
@@ -259,8 +259,7 @@ break; default: printf ("Unknown Chip Type\n"); - goto Done; - break; + return; } printf (" Size: %ld MB in %d Sectors\n", @@ -275,8 +274,6 @@ info->protect[i] ? " (RO)" : " "); } printf ("\n"); - -Done: ; } /*-----------------------------------------------------------------------