summaryrefslogtreecommitdiff
path: root/config/data/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-23 11:31:59 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-23 11:31:59 +0100
commitde1224a4dad34b0c99817ae8d2fd46435aadcf1e (patch)
tree599f990609ca6c851debf4f3c9e6f3b693663857 /config/data/coreboot
parentb7ac4a6e4ee3e70c5920bad270607d7253b587e8 (diff)
remove u-boot on x86. we have edk2 now.
edk2 is superior in every way. i don't want to maintain what is now dead code. the arm64 u-boot payload shall remain, under alper's lead. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/coreboot')
-rw-r--r--config/data/coreboot/mkhelper.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg
index 927b78c6..485be95d 100644
--- a/config/data/coreboot/mkhelper.cfg
+++ b/config/data/coreboot/mkhelper.cfg
@@ -5,7 +5,7 @@ url="https://github.com/coreboot/coreboot.git"
bkup_url="https://review.coreboot.org/coreboot"
makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
-build_depend="seabios/build grub/default memtest86plus/default u-boot/amd64coreboot"
+build_depend="seabios/build grub/default memtest86plus/default"
seavgabiosrom="elf/seabios/default/build/libgfxinit/vgabios.bin"
@@ -24,7 +24,7 @@ pname=""
displaymode=""
tmprom=""
newrom=""
-payload_uboot=""
+payload_uboot="" # arm64 only. edk2 replaced it on x86
payload_edk2=""
cbfscfg=""