]> git.sur5r.net Git - u-boot/commitdiff
ARM: uniphier: display model number all the time on boot up
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 17 Dec 2015 08:47:46 +0000 (17:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 22 Dec 2015 15:08:54 +0000 (00:08 +0900)
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>
arch/arm/mach-uniphier/cpu_info.c

index acfb06d6aabd8858e14177ab1c4ef5fc8de88778..935b209fa1fe4cd7d751b32fcac992b6cded730a 100644 (file)
@@ -54,8 +54,7 @@ int print_cpuinfo(void)
                return -1;
        }
 
-       if (model > 1)
-               printf(" model %d", model);
+       printf(" model %d", model);
 
        printf(" (rev. %d)\n", rev);