make GRUB_LINUX_MAGIC_SIGNATURE architecture-specific
Rename GRUB_LINUX_MAGIC_SIGNATURE GRUB_LINUX_I386_MAGIC_SIGNATURE, to be usable in code that supports more than one image type. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
8776e5a942
commit
3245f02d9d
5 changed files with 8 additions and 8 deletions
|
@ -43,7 +43,7 @@ grub_xen_file (grub_file_t file)
|
|||
goto fail;
|
||||
|
||||
if (lh.boot_flag != grub_cpu_to_le16_compile_time (0xaa55)
|
||||
|| lh.header != grub_cpu_to_le32_compile_time (GRUB_LINUX_MAGIC_SIGNATURE)
|
||||
|| lh.header != grub_cpu_to_le32_compile_time (GRUB_LINUX_I386_MAGIC_SIGNATURE)
|
||||
|| grub_le_to_cpu16 (lh.version) < 0x0208)
|
||||
{
|
||||
grub_error (GRUB_ERR_BAD_OS, "version too old for xen boot");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue