diff options
| author | libreboot Contributor <contributor@libreboot.org> | 2025-11-16 00:18:31 +0000 |
|---|---|---|
| committer | libreboot Contributor <contributor@libreboot.org> | 2025-11-16 00:18:31 +0000 |
| commit | 831fa657de4b9fa77460a9de3967894c10f6d1ec (patch) | |
| tree | c9794179254f9fc1e0c4bc1c8d32152dc51cfcbb | |
| parent | 1b10c072d3c008de033a763bea846fc9abc5187e (diff) | |
fixed typo in "grub_scan_disk" for macbook11_16mb
| -rw-r--r-- | config/coreboot/macbook11_16mb/target.cfg | 2 |
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" |
