From 666c4caccb2b50781f5de3044ae4b51e4c0e2960 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 26 Sep 2020 11:44:47 +0200 Subject: mb/Kconfig: Drop ROM sizes below 256KiB Not even our emulation targets can build with these anymore. Change-Id: If108a17f824a31c375a43cb4903ee07c65217f6e Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/45753 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-riscv/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/emulation/qemu-riscv/Kconfig') diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig index 5b556fc190..ee0f337f6d 100644 --- a/src/mainboard/emulation/qemu-riscv/Kconfig +++ b/src/mainboard/emulation/qemu-riscv/Kconfig @@ -57,8 +57,6 @@ config OPENSBI_PLATFORM # ugly, but CBFS is placed in DRAM... config OPENSBI_TEXT_START hex - default 0x80010000 if COREBOOT_ROMSIZE_KB_64 - default 0x80020000 if COREBOOT_ROMSIZE_KB_128 default 0x80040000 if COREBOOT_ROMSIZE_KB_256 default 0x80080000 if COREBOOT_ROMSIZE_KB_512 default 0x80100000 if COREBOOT_ROMSIZE_KB_1024 -- cgit v1.2.3