summaryrefslogtreecommitdiff
path: root/config/coreboot/gru_kevin/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-21 19:03:49 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-21 19:26:22 +0000
commit92986f0c421447f74f18ee061a689950af599e86 (patch)
tree31632e6112c7d9257f2f0b001a64aadd7be204a9 /config/coreboot/gru_kevin/target.cfg
parent493ebdfb74a7b0f4a5b23b4bdf80936247a67a47 (diff)
build/roms: remove modify_coreboot_rom()
don't handle "romtype" at all, in board target.cfg files add /dev/null as pike2008 rom on amd boards. this serves the same purpose, adding them as empty vga roms, to add an empty rom in cbfs. pike2008 cards cause seabios to hang, when their oproms are executed, so we insert a fake rom on i945 thinkpads, use the coreboot config option: CONFIG_INTEL_ADD_TOP_SWAP_BOOTBLOCK when set, this enables the same bootblock copy, for use with bucts. these two cases, namely pike2008 roms and i945 bootblock copies, no longer need to be handled in code Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/gru_kevin/target.cfg')
-rw-r--r--config/coreboot/gru_kevin/target.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/coreboot/gru_kevin/target.cfg b/config/coreboot/gru_kevin/target.cfg
index 10e1e969..2b7b0387 100644
--- a/config/coreboot/gru_kevin/target.cfg
+++ b/config/coreboot/gru_kevin/target.cfg
@@ -1,5 +1,4 @@
tree="default"
-romtype="normal"
arch="aarch64-elf"
payload_uboot="y"
vendorfiles="n"