Am Donnerstag, den 27.01.2011, 18:16 -0800 schrieb Stefan Reinauer:
> +#if defined(__ROMCC__)
> +#define printk(BIOS_DEBUG, fmt, arg...)   do {} while(0)
> +#else 
romcc doesn't support variadic macros. This only "works" because no
chipset that uses romcc supports USB debug.
Given the age of romcc-chipsets I think it's safe to assume that they
support serial console, so how about we make usbdebug a CAR-only feature
(ie. drop this #define)?

Otherwise the patch is
Acked-by: Patrick Georgi <patrick.geo...@secunet.com>


Patrick

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to