Skip to content

Commit b575fcc

Browse files
committed
boardinfo: Change boardver from 2.01A and 2.01B to 2.03A and 2.03B
Change-Id: If45bafe97195d80796b2354be825c527b5b989f4
1 parent b3f506b commit b575fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/boardinfo/boardinfo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ static int ver_show(struct seq_file *m, void *v)
3737
} else if (hwid == 3)
3838
boardver = "2.00";
3939
else if (hwid == 4)
40-
boardver = "2.01A";
40+
boardver = "2.03A";
4141
else if (hwid == 5)
42-
boardver = "2.01B";
42+
boardver = "2.03B";
4343
else
4444
boardver = "unknown";
4545

0 commit comments

Comments
 (0)