X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Farch%2Fx86%2Fboot%2Fcoreboot_table.c;fp=src%2Farch%2Fx86%2Fboot%2Fcoreboot_table.c;h=634cefd4392cc85e94651e100b5ebd5fb3870613;hb=1d888a97849d68a7136da558c3697c7f2a8d898a;hp=8e7c75eaa12d111d819edec7058c5cfdaf3b9957;hpb=305f2f50abe0360b10f2fef3d65a102912dade40;p=coreboot.git diff --git a/src/arch/x86/boot/coreboot_table.c b/src/arch/x86/boot/coreboot_table.c index 8e7c75eaa..634cefd43 100644 --- a/src/arch/x86/boot/coreboot_table.c +++ b/src/arch/x86/boot/coreboot_table.c @@ -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;