Fixes for Tyan s2880

Eric W. Biederman ebiederman at lnxi.com
Fri Aug 1 06:33:00 CEST 2003


YhLu <YhLu at tyan.com> writes:

> Eric,
> 
> Several Macro in console/console.h should be changed.
> 
> For example: 
> #define print_debug_hex8(HEX) printk_debug("0x08x", ((HEX))
> #define print_debug_hex16(HEX) printk_debug("0x016x", ((HEX))
> #define print_debug_hex32(HEX) printk_debug("0x032x", ((HEX))
> 
> to:
> #define print_debug_hex8(HEX) printk_debug("0x02x", ((HEX))
> #define print_debug_hex16(HEX) printk_debug("0x04x", ((HEX))
> #define print_debug_hex32(HEX) printk_debug("0x08x", ((HEX))
> 
> regards

Thanks.  That was a thinko.

Eric.




More information about the coreboot mailing list