summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-06-29 16:06:19 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:36 -0700
commitf7311c29285963f3dcf33f72883ae9204ce03da6 (patch)
tree3c30270462099a1798598be984dfefa2b6d2c72e /arch/x86/include
parent98d36524cd5008d7d55adefc306bba7cb9c2cf5a (diff)
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 <sjg@chromium.org> Tested-by: Stefan Reinauer <reinauer@google.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/u-boot-x86.h3
1 files changed, 2 insertions, 1 deletions
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_ */