diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-25 20:58:04 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-25 20:58:04 +0100 |
commit | 9583a3919ca06cb67b2cdda34b1972a3051d0cb0 (patch) | |
tree | 0f5c93a3e2e32396bb0939d5743074fc65cb46e3 /config/coreboot/e6230_12mb | |
parent | 383b9754fc65ed407ff57c8bc917ab839d37b0a7 (diff) | |
parent | 30bc3732c39cbb14faa8f7caf0c9206f6a401008 (diff) |
Merge branch 'master' into 25.06_branch
Diffstat (limited to 'config/coreboot/e6230_12mb')
-rw-r--r-- | config/coreboot/e6230_12mb/target.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/e6230_12mb/target.cfg b/config/coreboot/e6230_12mb/target.cfg index b491fdc8..42eca05e 100644 --- a/config/coreboot/e6230_12mb/target.cfg +++ b/config/coreboot/e6230_12mb/target.cfg @@ -7,5 +7,5 @@ payload_grub="y" payload_memtest="y" grub_scan_disk="ahci" vcfg="ivybridge" -payload_uboot_amd64="y" -payload_uboot_amd64="y" +payload_uboot="amd64" +payload_uboot="amd64" |