diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-10-06 17:33:54 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-10-06 17:33:54 +0000 |
commit | 02fa3b2743b3f37381b6af4ee4362422b9011c8b (patch) | |
tree | c3bcc53e5ee909406558c116ac331bf05c5b561f /src/config/Options.lb | |
parent | 4fa89208a16e1e2052fff315c76f8f3f07459571 (diff) | |
download | coreboot-02fa3b2743b3f37381b6af4ee4362422b9011c8b.tar.xz |
epia-m support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1655 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 343abda2bf..db00c51b84 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -481,7 +481,11 @@ define CONFIG_LEGACY_VGABIOS export used comment "Support for legacy VGA BIOS" end - +define VGABIOS_START + default 0 + export used + comment "Base of Legacy VGA in Rom" +end ############################################### # SMP options ############################################### |