mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix incorrect CONFIG constant in init.c.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@820 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
fcf762c309
commit
48af2808ba
@@ -60,7 +60,7 @@ modules_init( void )
|
||||
#ifdef CONFIG_LOADER_ELF
|
||||
elf_loader_init();
|
||||
#endif
|
||||
#ifdef CONFIG_PPC
|
||||
#ifdef CONFIG_LOADER_BOOTINFO
|
||||
bootinfo_loader_init();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user