summaryrefslogtreecommitdiff
path: root/config/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <vimuser@noreply.codeberg.org>2025-11-18 15:12:48 +0100
committerLeah Rowe <vimuser@noreply.codeberg.org>2025-11-18 15:12:48 +0100
commitd1606ef11f0486bdf5d0c00d02df7da8309ad8f3 (patch)
treecbbb3d015e411d22add0c9ba28cdb2449ba686c1 /config/coreboot
parent48b00ce3c8cca6c022b4cbcaa27fe2348998ca97 (diff)
parent831fa657de4b9fa77460a9de3967894c10f6d1ec (diff)
Merge pull request 'fixed typo in "grub_scan_disk" for macbook11_16mb' (#375) from honzo/lbmk:macbook11_16mb_fixed_typo into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/375
Diffstat (limited to 'config/coreboot')
-rw-r--r--config/coreboot/macbook11_16mb/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/macbook11_16mb/target.cfg b/config/coreboot/macbook11_16mb/target.cfg
index ff2498eb..f41e3fe9 100644
--- a/config/coreboot/macbook11_16mb/target.cfg
+++ b/config/coreboot/macbook11_16mb/target.cfg
@@ -4,6 +4,6 @@ tree="default"
xarch="i386-elf"
payload_seabios="y"
payload_grub="y"
-scan_scan_disk="ahci"
+grub_scan_disk="ahci"
build_depend="seabios/default grub/default u-boot/i386coreboot"
payload_uboot="i386"