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

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
......@@ -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},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment