[coreboot] [v2] r4632 - trunk/coreboot-v2/util/kconfig

svn at coreboot.org svn at coreboot.org
Mon Sep 14 16:15:43 CEST 2009


Author: oxygene
Date: 2009-09-14 16:15:43 +0200 (Mon, 14 Sep 2009)
New Revision: 4632

Modified:
   trunk/coreboot-v2/util/kconfig/mconf.c
Log:
In the mainboard selection, the selected mainboard is printed twice in
certain cases, this patch eliminates the second mention.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>


Modified: trunk/coreboot-v2/util/kconfig/mconf.c
===================================================================
--- trunk/coreboot-v2/util/kconfig/mconf.c	2009-09-14 14:13:13 UTC (rev 4631)
+++ trunk/coreboot-v2/util/kconfig/mconf.c	2009-09-14 14:15:43 UTC (rev 4632)
@@ -506,11 +506,14 @@
 			if (def_menu) {
 				item_add_str(" (%s)", _(menu_get_prompt(def_menu)));
 				item_add_str("  --->");
+#if 0 
+/* coreboot doesn't need this representation */
 				if (def_menu->list) {
 					indent += 2;
 					build_conf(def_menu);
 					indent -= 2;
 				}
+#endif
 			}
 			return;
 		}





More information about the coreboot mailing list