since there's only one mainboard part:

This will break every target in the tree. Be careful what you wish
for. It might come true.

Signed-off-by: Ronald G. Minnich <[email protected]>


Index: util/newconfig/config.g
===================================================================
--- util/newconfig/config.g     (revision 3944)
+++ util/newconfig/config.g     (working copy)
@@ -1353,7 +1353,7 @@
        fulldir = os.path.join(srcdir, partdir)
        type_name = flatten_name(partdir)
        newpart = partobj(curimage, fulldir, partstack.tos(), 'mainboard', \
-               type_name, 0, 'chip')
+               'mainboard', 0, 'chip')
        #print "Configuring PART %s" % (type)
        partstack.push(newpart)
        #print "  new PART tos is now %s\n" %partstack.tos().info()

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

Reply via email to