瀏覽代碼

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>
Masahiro Yamada 9 年之前
父節點
當前提交
6e1550fa7c
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      arch/arm/mach-uniphier/cpu_info.c

+ 1 - 2
arch/arm/mach-uniphier/cpu_info.c

@@ -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);