Merge pull request #45 from bgilbert/grub-amd64
Fix missing VERITY_HASH_OFFSET on amd64
This commit is contained in:
commit
ccf8c4a280
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
#if defined(__aarch64__)
|
#if defined(__aarch64__)
|
||||||
# define VERITY_HASH_OFFSET 512
|
# define VERITY_HASH_OFFSET 512
|
||||||
#elif defined(__i386__)
|
#elif defined(__i386__) || defined(__amd64__)
|
||||||
# define VERITY_HASH_OFFSET 0x40
|
# define VERITY_HASH_OFFSET 0x40
|
||||||
#else
|
#else
|
||||||
# error Unsupported arch
|
# error Unsupported arch
|
||||||
|
|
Loading…
Reference in a new issue