On Wed, Feb 18, 2009 at 9:03 AM, ron minnich <[email protected]> wrote: > 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.
With this patch from Carl-Daniel: http://www.coreboot.org/pipermail/coreboot/2009-February/044903.html It passes abuild. I think they should be committed together. > Signed-off-by: Ronald G. Minnich <[email protected]> Both patches Acked-by: Myles Watson <[email protected]> Thanks, Myles > > 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 > -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

