[coreboot] r3463 - trunk/coreboot-v2/src/cpu/x86/car

Peter Stuge peter at stuge.se
Sat Aug 2 19:21:17 CEST 2008


On Sat, Aug 02, 2008 at 07:05:19PM +0200, Uwe Hermann wrote:
> On Sat, Aug 02, 2008 at 05:09:13PM +0200, svn at coreboot.org wrote:
> >  #if CONFIG_USE_INIT
> > -	printk_debug("linxbios_ram.bin length = %08x\r\n", olen);
> > +	printk_spew("linxbios_ram.bin length = %08x\r\n", olen);
> >  #else
> > -	print_debug("linxbios_ram.bin length = "); print_debug_hex32(olen); print_debug("\r\n");
> > +	print_spew("linxbios_ram.bin length = "); print_spew_hex32(olen); print_spew("\r\n");
> 
> Should we also fix this while we're at it? "linx" -> "linux", or even
> better "linxbios" -> "coreboot"?

That would be great.


//Peter




More information about the coreboot mailing list