* grub-core/Makefile.core.def (chain): Fix coreboot filename.
This commit is contained in:
parent
5afeb5bdd6
commit
8d5d8444bd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-06-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/Makefile.core.def (chain): Fix coreboot filename.
|
||||
|
||||
2011-06-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/pata.c (grub_pata_initialize) [QEMU_MIPS]: Fix a
|
||||
|
|
|
@ -1298,7 +1298,7 @@ module = {
|
|||
name = chain;
|
||||
efi = loader/efi/chainloader.c;
|
||||
i386_pc = loader/i386/pc/chainloader.c;
|
||||
i386_coreboot = loader/i386/corepayload.c;
|
||||
i386_coreboot = loader/i386/coreboot/chainloader.c;
|
||||
enable = i386_pc;
|
||||
enable = i386_coreboot;
|
||||
enable = efi;
|
||||
|
|
Loading…
Reference in a new issue