Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARCv2: boot log: fix HS48 release number

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

+1 -1
+1 -1
arch/arc/kernel/setup.c
··· 51 51 { 0x51, "R2.0" }, 52 52 { 0x52, "R2.1" }, 53 53 { 0x53, "R3.0" }, 54 - { 0x54, "R4.0" }, 54 + { 0x54, "R3.10a" }, 55 55 #endif 56 56 { 0x00, NULL } 57 57 };