Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60587dbb authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add missing release version code



Add missing release version code for v9.4 and v9.5.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent d4a4f75c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
	{"9.1", 0x1d},
	{"9.2", 0x1f},
	{"9.3", 0x20},
	{"9.4", 0x21},
	{"9.5", 0x22},
	{NULL, 0},
};