In the mainboard selection, the selected mainboard is printed twice in
certain cases, this patch eliminates the second mention.

This change might have unintended side-effects, but seems to work okay

Signed-off-by: Patrick Georgi <[email protected]>
Index: mconf.c
===================================================================
--- mconf.c	(Revision 4577)
+++ mconf.c	(Arbeitskopie)
@@ -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;
 		}
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to