Author: wmb Date: Fri Aug 17 19:24:13 2012 New Revision: 3193 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3193
Log: USB EHCI driver - use string-property instead of +compatible so it can be compiled with the FCode tokenizer.
Modified: dev/usb2/hcd/ehci/ehci.fth
Modified: dev/usb2/hcd/ehci/ehci.fth ============================================================================== --- dev/usb2/hcd/ehci/ehci.fth Fri Aug 17 19:22:45 2012 (r3192) +++ dev/usb2/hcd/ehci/ehci.fth Fri Aug 17 19:24:13 2012 (r3193) @@ -3,7 +3,7 @@
" ehci" encode-string " device_type" property
-" usb-ehci" +compatible +" usb-ehci" " compatible" string-property
hex headers
openfirmware@openfirmware.info