mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 10:41:49 +02:00
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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
6f45a9755e
commit
6e1550fa7c
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user