aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asi
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgod@gmail.com>2007-10-10 15:01:48 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-10 15:01:48 +0000
commitae1ab3edecaa213ab941001acbf66c91b8cc4fc4 (patch)
treeab79aac9fcac0408c579a195d650157256e77a98 /src/mainboard/asi
parent96fb22d9b053f64919e51a5d7f702e0f8386aa1e (diff)
This patch adds the CONFIG_VIDEO_MB option to boards that
currently don't have it but need it to compile with the new Geode GX1 VGA support. This sets the size at 4MB, which was the size previously defined in the VGA code. Signed-off-by: Corey Osgood <corey.osgod@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2845 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asi')
-rw-r--r--src/mainboard/asi/mb_5blmp/Options.lb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asi/mb_5blmp/Options.lb b/src/mainboard/asi/mb_5blmp/Options.lb
index bfa24259df..7b3ecb38e2 100644
--- a/src/mainboard/asi/mb_5blmp/Options.lb
+++ b/src/mainboard/asi/mb_5blmp/Options.lb
@@ -40,6 +40,7 @@ uses CONFIG_UDELAY_TSC
uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
# uses CONFIG_CONSOLE_VGA
# uses CONFIG_PCI_ROM_RUN
+uses CONFIG_VIDEO_MB
## ROM_SIZE is the size of boot ROM that this board will use.
@@ -155,6 +156,7 @@ default MAXIMUM_CONSOLE_LOGLEVEL=9
# VGA Console
# default CONFIG_CONSOLE_VGA=1
# default CONFIG_PCI_ROM_RUN=1
+default CONFIG_VIDEO_MB = 4
end