Explorar o código

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>
Mike Frysinger %!s(int64=14) %!d(string=hai) anos
pai
achega
bb83875d5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/blackfin/lib/board.c

+ 1 - 1
arch/blackfin/lib/board.c

@@ -53,7 +53,7 @@ static inline void serial_early_puts(const char *s)
 
 static int display_banner(void)
 {
-	printf("\n\n%s\n\n", version_string);
+	display_options();
 	printf("CPU:   ADSP %s "
 		"(Detected Rev: 0.%d) "
 		"(%s boot)\n",