diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2024-02-05 15:40:11 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-26 22:52:34 +0000 |
commit | e8c3d39edb734843b690ca69316c487a2ca68942 (patch) | |
tree | b33534039fe625417bba7b5ff2b209bf114f2755 /src/mainboard | |
parent | d308243bc16aefd3802c6955635ae58efe3f92ff (diff) |
mb/fb/fbg1701: Move VBOOT key location
Move it downwards allows for a larger bootblock, which comes in handy if
romstage or page tables are linked inside the bootblock.
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: Ib37846c0b039d89396839ffa6047b18bcc228e02
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80347
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/facebook/fbg1701/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index 1218102406..1ea2ae6056 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -90,7 +90,7 @@ config VENDORCODE_ELTAN_VBOOT_MANIFEST config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION depends on VENDORCODE_ELTAN_VBOOT hex - default 0xFFFF9000 + default 0xFFFEA000 config DRIVERS_INTEL_WIFI bool |