From f7311c29285963f3dcf33f72883ae9204ce03da6 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 29 Jun 2011 16:06:19 -0700 Subject: Add coreboot framebuffer support. hardcoded values for Alex, needs work. Early adopters version. BUG=chrome-os-partner:4522 TEST=build coreboot, have a console on your screen Change-Id: I0d9a4abac51bb0c17a085d96d3f8ddec9a72985c Reviewed-on: http://gerrit.chromium.org/gerrit/3411 Reviewed-by: Simon Glass Tested-by: Stefan Reinauer --- arch/x86/include/asm/u-boot-x86.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/x86/include') diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index 728d04bed5c..026f039c1d5 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/arch/x86/include/asm/u-boot-x86.h @@ -52,7 +52,8 @@ u32 isa_map_rom(u32 bus_addr, int size); /* arch/x86/lib/... */ int video_bios_init(void); +#if defined CONFIG_VGA_CONSOLE int video_init(void); - +#endif #endif /* _U_BOOT_I386_H_ */ -- cgit v1.2.3