diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-25 03:09:29 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-25 03:09:29 +0100 |
commit | 8c3f10ba402e7535529decf008cfd3dbd39d9d7e (patch) | |
tree | 671112f61bbd8c49c01f8182f7346c8fcba7504f /config/coreboot/w500_16mb | |
parent | 3e28873532b13a750df04d8dad8ffacb159cc7da (diff) |
rom.sh: simplify u-boot payload handling
define it with a single variable, rather than several.
this allows several checks to be greatly simplified.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/w500_16mb')
-rw-r--r-- | config/coreboot/w500_16mb/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/w500_16mb/target.cfg b/config/coreboot/w500_16mb/target.cfg index 53a597b6..f4d81d19 100644 --- a/config/coreboot/w500_16mb/target.cfg +++ b/config/coreboot/w500_16mb/target.cfg @@ -6,4 +6,4 @@ payload_seabios="y" payload_grub="y" payload_memtest="y" grub_scan_disk="ahci" -payload_uboot_amd64="y" +payload_uboot="amd64" |