summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-05 09:29:59 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-05 09:29:59 +0000
commitcd9baca5d664d392316d94ccaa7deb209d4e1828 (patch)
tree46255956e103cba7df47bb6c12bf215b4cad5e29
parent8065b9842b58e566bf1b7b37dac2c413e39f96f8 (diff)
disable u-boot on thinkpad t480
it just bootloops and doesn't seem reliable at the moment Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/coreboot/t480_fsp_16mb/target.cfg3
-rw-r--r--config/coreboot/t480s_fsp_16mb/target.cfg3
2 files changed, 2 insertions, 4 deletions
diff --git a/config/coreboot/t480_fsp_16mb/target.cfg b/config/coreboot/t480_fsp_16mb/target.cfg
index af8d71e3..af89a367 100644
--- a/config/coreboot/t480_fsp_16mb/target.cfg
+++ b/config/coreboot/t480_fsp_16mb/target.cfg
@@ -6,6 +6,5 @@ payload_memtest="y"
grub_scan_disk="nvme ahci"
grubtree="xhci"
vcfg="t480"
-build_depend="seabios/default grub/xhci memtest86plus u-boot/amd64coreboot"
+build_depend="seabios/default grub/xhci memtest86plus"
IFD_platform="sklkbl"
-payload_uboot_amd64="y"
diff --git a/config/coreboot/t480s_fsp_16mb/target.cfg b/config/coreboot/t480s_fsp_16mb/target.cfg
index 05450bf6..c8835c8f 100644
--- a/config/coreboot/t480s_fsp_16mb/target.cfg
+++ b/config/coreboot/t480s_fsp_16mb/target.cfg
@@ -6,6 +6,5 @@ payload_memtest="y"
grub_scan_disk="nvme ahci"
grubtree="xhci"
vcfg="t480s"
-build_depend="seabios/default grub/xhci memtest86plus u-boot/amd64coreboot"
+build_depend="seabios/default grub/xhci memtest86plus"
IFD_platform="sklkbl"
-payload_uboot_amd64="y"