On 5/25/10 6:33 PM, Peter Stuge wrote:
repository service wrote:
Long ago we agreed on kicking the _direct appendix because everything in coreboot is direct. This patch does it.
Sweet!
-driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o +driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_console.o
Still the config option. :)
Ah! Good catch. Thanks.
r5588