diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2018-02-21 18:10:02 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-02-28 13:45:30 -0500 |
commit | 701eda01cbd212bae2f7d29cf14322bd49b94657 (patch) | |
tree | 2795b0e29190570d541e622c8f7ed68336cda066 | |
parent | 05382333595612204d6c91820bd77be20119cb9b (diff) |
ARCv2: boot log: fix HS48 release number
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index ec12fe1c2f07..b2cae79a25d7 100644 --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c | |||
@@ -51,7 +51,7 @@ static const struct id_to_str arc_cpu_rel[] = { | |||
51 | { 0x51, "R2.0" }, | 51 | { 0x51, "R2.0" }, |
52 | { 0x52, "R2.1" }, | 52 | { 0x52, "R2.1" }, |
53 | { 0x53, "R3.0" }, | 53 | { 0x53, "R3.0" }, |
54 | { 0x54, "R4.0" }, | 54 | { 0x54, "R3.10a" }, |
55 | #endif | 55 | #endif |
56 | { 0x00, NULL } | 56 | { 0x00, NULL } |
57 | }; | 57 | }; |