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 <[email protected]>
Acked-by: Uwe Hermann <[email protected]>


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;
                }


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to