some ifdef --> if fixes
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6535 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
305f2f50ab
commit
1d888a9784
@@ -145,7 +145,7 @@ static void lb_console(struct lb_header *header)
|
||||
|
||||
static void lb_framebuffer(struct lb_header *header)
|
||||
{
|
||||
#if defined(CONFIG_BOOTSPLASH) && CONFIG_BOOTSPLASH && CONFIG_COREBOOT_KEEP_FRAMEBUFFER
|
||||
#if CONFIG_BOOTSPLASH && CONFIG_COREBOOT_KEEP_FRAMEBUFFER
|
||||
void fill_lb_framebuffer(struct lb_framebuffer *framebuffer);
|
||||
|
||||
struct lb_framebuffer *framebuffer;
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "registers.h"
|
||||
|
||||
/* setup interrupt handlers for mainboard */
|
||||
#if defined(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) && CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
#if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
|
||||
extern void mainboard_interrupt_handlers(int intXX, void *intXX_func);
|
||||
#else
|
||||
static inline void mainboard_interrupt_handlers(int intXX, void *intXX_func) { }
|
||||
|
Reference in New Issue
Block a user