From dd670893dc106ebe8b0969be3f08ba314eae51e6 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Tue, 27 Jun 2023 16:35:42 +0200 Subject: mb/emulation: Enhance ROM_SIZE Some payloads tend to need bigger space than what our current defaults allow. Linuxboot is a good example. Signed-off-by: Maximilian Brune Change-Id: I7029ca3360d936b67ff9873fa13cf9cc60445e56 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76106 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/emulation/qemu-aarch64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation/qemu-aarch64/Kconfig') diff --git a/src/mainboard/emulation/qemu-aarch64/Kconfig b/src/mainboard/emulation/qemu-aarch64/Kconfig index 940b89dc61..dcb4f237a8 100644 --- a/src/mainboard/emulation/qemu-aarch64/Kconfig +++ b/src/mainboard/emulation/qemu-aarch64/Kconfig @@ -12,7 +12,7 @@ config BOARD_SPECIFIC_OPTIONS select ARCH_ROMSTAGE_ARMV8_64 select ARCH_RAMSTAGE_ARMV8_64 select ARM64_USE_ARCH_TIMER - select BOARD_ROMSIZE_KB_4096 + select BOARD_ROMSIZE_KB_16384 select BOOTBLOCK_CUSTOM select BOOT_DEVICE_NOT_SPI_FLASH select DRIVERS_UART_PL011 -- cgit v1.2.3