Author: quozl Date: Mon Sep 3 01:42:54 2012 New Revision: 3276 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3276
Log: OLPC XO-4 - fix broken selftest logic, reported by John
Modified: cpu/arm/olpc/nn-touchscreen.fth
Modified: cpu/arm/olpc/nn-touchscreen.fth ============================================================================== --- cpu/arm/olpc/nn-touchscreen.fth Sun Sep 2 02:07:25 2012 (r3275) +++ cpu/arm/olpc/nn-touchscreen.fth Mon Sep 3 01:42:54 2012 (r3276) @@ -589,6 +589,7 @@ test-finger-down-each-edge faults [then] + true ;
: selftest ( -- error? ) @@ -596,10 +597,10 @@ 0 to faults
test-station case - h# 1 = of mb-smt exit endof - h# 2 = of mb-assy exit endof - h# 11 = of ir-pcb-smt exit endof - h# 12 = of ir-pcb-assy exit endof + h# 1 of mb-smt exit endof + h# 2 of mb-assy exit endof + h# 11 of ir-pcb-smt exit endof + h# 12 of ir-pcb-assy exit endof endcase
\ MB FINAL
openfirmware@openfirmware.info