intel/amenia: Extend IFD size by 512 KB
Increase BIOS region size by 512KB since device extension size is reduced from 1MB to 512KB BUG=chrome-os-partner:52589 TEST=Build Coreboot and boots CQ-DEPEND=CL:*259448,CL:345642,CL:*259445 Change-Id: Ib81b117a3afe730aafa54b4ef31b1e9ab1f67111 Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/14929 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
1cdce27cad
commit
b2b425b05b
|
@ -41,7 +41,7 @@ config PREBUILT_SPI_IMAGE
|
|||
|
||||
config IFD_BIOS_END
|
||||
hex
|
||||
default 0x6FF000
|
||||
default 0x77F000
|
||||
|
||||
config IFD_BIOS_START
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue