Author: quozl Date: Fri Mar 15 05:56:24 2013 New Revision: 3609 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3609
Log: OLPC XO-1 - show-pass and show-fail are not available on XO-1
Modified: cpu/x86/pc/olpc/via/mfgtest.fth
Modified: cpu/x86/pc/olpc/via/mfgtest.fth ============================================================================== --- cpu/x86/pc/olpc/via/mfgtest.fth Fri Mar 15 05:26:35 2013 (r3608) +++ cpu/x86/pc/olpc/via/mfgtest.fth Fri Mar 15 05:56:24 2013 (r3609) @@ -145,11 +145,11 @@ loop page overall-fail? if 0 1 \ play-item - show-fail + [ifdef] show-fail show-fail [then] ." "(1b)"[;15HSome hardware tests failed. Please review red boxes." else 0 3 \ quit-item - show-pass + [ifdef] show-pass show-pass [then] ." "(1b)"[;28HAll hardware tests passed." then begin key? while key drop repeat key drop