From 90216de46223da2abe8b511b8b7ea6253bbcb8fc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 11 Oct 2007 10:25:35 +0000 Subject: Set the default video memory to 0 MB for all GX1 boards which don't yet use that feature in order to not waste RAM. Also, add missing CONFIG_VIDEO_MB for the eaglelion/5bcm, which should fix the build for that board. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2848 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/eaglelion/5bcm/Options.lb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/eaglelion') diff --git a/src/mainboard/eaglelion/5bcm/Options.lb b/src/mainboard/eaglelion/5bcm/Options.lb index 79ef88b22d..19ccef3c4c 100644 --- a/src/mainboard/eaglelion/5bcm/Options.lb +++ b/src/mainboard/eaglelion/5bcm/Options.lb @@ -40,6 +40,7 @@ uses TTYS0_BASE uses TTYS0_LCS uses CONFIG_UDELAY_TSC uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 +uses CONFIG_VIDEO_MB ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE = 256*1024 @@ -157,5 +158,7 @@ default DEFAULT_CONSOLE_LOGLEVEL=8 ## At a maximum only compile in this level of debugging default MAXIMUM_CONSOLE_LOGLEVEL=8 +default CONFIG_VIDEO_MB = 0 + end -- cgit v1.2.3