diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-05-09 11:28:36 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-05-09 11:28:36 +0200 |
commit | 483a0cf804dfc2b320fc32c7de77d23502dadfd5 (patch) | |
tree | 479523b54a0a46554cacb11fbfc1bd4202bd687d /board/m5282evb | |
parent | 7a635e004ec12bd2a0bae9f90fbb5769b524a42e (diff) | |
download | u-boot-imx-483a0cf804dfc2b320fc32c7de77d23502dadfd5.zip u-boot-imx-483a0cf804dfc2b320fc32c7de77d23502dadfd5.tar.gz u-boot-imx-483a0cf804dfc2b320fc32c7de77d23502dadfd5.tar.bz2 |
Fixes for gcc 3.4 based m68k toolchain,
based on patch by Jate Sujjavanich.
Diffstat (limited to 'board/m5282evb')
-rw-r--r-- | board/m5282evb/flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/m5282evb/flash.c b/board/m5282evb/flash.c index 95f35ad..36a7c31 100644 --- a/board/m5282evb/flash.c +++ b/board/m5282evb/flash.c @@ -65,6 +65,7 @@ void flash_print_info (flash_info_t * info) printf ("\n"); Done: + return; } |