mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
microblaze: Add missing release version code
Add missing release version code for v9.4 and v9.5. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
d4a4f75cd8
commit
60587dbbe6
@ -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},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user