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:
Mark Cave-Ayland
2010-07-11 22:41:34 +00:00
committed by Mark Cave-Ayland
parent fcf762c309
commit 48af2808ba

View File

@@ -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