summaryrefslogtreecommitdiffstats
path: root/board/at91rm9200dk/flash.c
diff options
context:
space:
mode:
author <m8@hekate.semihalf.com>2005-08-16 17:34:22 +0200
committer <m8@hekate.semihalf.com>2005-08-16 17:34:22 +0200
commit22e05df45cc343eda3266312bde676737d9bc70c (patch)
tree6f2209c6675e79d000e359725872a3ba15262140 /board/at91rm9200dk/flash.c
parentd4f5c72896b6b47cae276f49081a801491be6838 (diff)
parent98128f389cc318dbd1d597cf8d2d09902cddcb4b (diff)
downloadblackbird-obmc-uboot-22e05df45cc343eda3266312bde676737d9bc70c.tar.gz
blackbird-obmc-uboot-22e05df45cc343eda3266312bde676737d9bc70c.zip
Merge with pollux.denx.org:/home/git/u-boot/.git
Diffstat (limited to 'board/at91rm9200dk/flash.c')
-rw-r--r--board/at91rm9200dk/flash.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/at91rm9200dk/flash.c b/board/at91rm9200dk/flash.c
index 5220fcf5d9..f6228ef03e 100644
--- a/board/at91rm9200dk/flash.c
+++ b/board/at91rm9200dk/flash.c
@@ -259,8 +259,7 @@ void flash_print_info (flash_info_t * info)
break;
default:
printf ("Unknown Chip Type\n");
- goto Done;
- break;
+ return;
}
printf (" Size: %ld MB in %d Sectors\n",
@@ -275,8 +274,6 @@ void flash_print_info (flash_info_t * info)
info->protect[i] ? " (RO)" : " ");
}
printf ("\n");
-
-Done: ;
}
/*-----------------------------------------------------------------------
OpenPOWER on IntegriCloud