Update KEXEC_ARCH_* constants
* xlat/kexec_arch_values.in: Add KEXEC_ARCH_AARCH64 introduced by linux kernel commit v4.8-rc1~16^2~41.
This commit is contained in:
parent
788e5f37d3
commit
6d68e0d4dd
@ -10,3 +10,4 @@ KEXEC_ARCH_S390 (22 << 16)
|
||||
KEXEC_ARCH_SH (42 << 16)
|
||||
KEXEC_ARCH_MIPS_LE (10 << 16)
|
||||
KEXEC_ARCH_MIPS ( 8 << 16)
|
||||
KEXEC_ARCH_AARCH64 (183 << 16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user