[coreboot] r977 - coreboot-v3/mainboard/jetway

svn at coreboot.org svn at coreboot.org
Sat Nov 1 05:33:36 CET 2008


Author: cozzie
Date: 2008-11-01 05:33:36 +0100 (Sat, 01 Nov 2008)
New Revision: 977

Modified:
   coreboot-v3/mainboard/jetway/Kconfig
Log:
Minor patch to fix a Kconfig warning (trivial)

Signed-off-by: Corey Osgood <corey.osgood at gmail.com>
Acked-by: Corey Osgood <corey.osgood at gmail.com>



Modified: coreboot-v3/mainboard/jetway/Kconfig
===================================================================
--- coreboot-v3/mainboard/jetway/Kconfig	2008-11-01 00:53:01 UTC (rev 976)
+++ coreboot-v3/mainboard/jetway/Kconfig	2008-11-01 04:33:36 UTC (rev 977)
@@ -66,8 +66,8 @@
 	bool "256 MB"
 	help
 	  Choose this option to use 256MB of system memory for onboard video.
+endchoice
 
-
 config CN700_VIDEO_MB
 	int
 	default 0 if CN700_VIDEO_MB_NONE
@@ -78,7 +78,6 @@
 	help
 	  Map the config names to an integer.
 
-endchoice
 
 config MAINBOARD_DIR
 	string





More information about the coreboot mailing list