[email protected] wrote: > +++ trunk/coreboot-v2/src/lib/cbfs.c 2009-10-26 17:15:53 UTC (rev 4862) .. > entry = stage->entry; > -// return (void *) ntohl((u32) stage->entry); > + // entry = ntohl((u32) stage->entry); > + > return (void *) entry; > }
Why not just remove the commented code? It will still be there in history. //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

