[coreboot] [v2] r4862 - trunk/coreboot-v2/src/lib

Peter Stuge peter at stuge.se
Fri Oct 30 16:38:10 CET 2009


svn at coreboot.org 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




More information about the coreboot mailing list