Skip to content
Snippets Groups Projects
Commit 6e1550fa authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: display model number all the time on boot up


Both "Model 1" and "Model 2" are supported for ProXstream2 and
PH1-LD6b boards.  It is useful to show the model number in the
boot banner.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 6f45a975
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,7 @@ int print_cpuinfo(void) ...@@ -54,8 +54,7 @@ int print_cpuinfo(void)
return -1; return -1;
} }
if (model > 1) printf(" model %d", model);
printf(" model %d", model);
printf(" (rev. %d)\n", rev); printf(" (rev. %d)\n", rev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment