mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-04 17:41:07 -04:00
Blackfin: switch to common display_options()
Use common code to output the version string rather than doing it ourselves. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
e8e35efc8f
commit
bb83875d5d
@ -53,7 +53,7 @@ static inline void serial_early_puts(const char *s)
|
|||||||
|
|
||||||
static int display_banner(void)
|
static int display_banner(void)
|
||||||
{
|
{
|
||||||
printf("\n\n%s\n\n", version_string);
|
display_options();
|
||||||
printf("CPU: ADSP %s "
|
printf("CPU: ADSP %s "
|
||||||
"(Detected Rev: 0.%d) "
|
"(Detected Rev: 0.%d) "
|
||||||
"(%s boot)\n",
|
"(%s boot)\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user