Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
5ad2af34
Commit
5ad2af34
authored
Aug 13, 2005
by
Wolfgang Denk
Browse files
Code cleanup.
parent
46044b48
Changes
1
Show whitespace changes
Inline
Side-by-side
board/at91rm9200dk/flash.c
View file @
5ad2af34
...
...
@@ -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:
;
}
/*-----------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment