Author: wmb Date: Sat Feb 13 06:44:02 2010 New Revision: 1732 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1732
Log: OLPC XO 1.5 - Fixed bug in enable-serial - wrong number base caused wrong value to be written to wrong register.
Modified: cpu/x86/pc/olpc/via/fw.bth
Modified: cpu/x86/pc/olpc/via/fw.bth ============================================================================== --- cpu/x86/pc/olpc/via/fw.bth Sat Feb 13 06:42:37 2010 (r1731) +++ cpu/x86/pc/olpc/via/fw.bth Sat Feb 13 06:44:02 2010 (r1732) @@ -744,7 +744,7 @@
: enable-serial ( -- ) serial-enabled? if exit then - 40 8846 config-b! + h# 40 h# 8846 config-b! " com1" open-dev add-input " com1" open-dev add-output ;