Author: quozl Date: Thu Nov 22 22:52:37 2012 New Revision: 3453 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3453
Log: OLPC XO-4 - suppress touchscreen firmware update on XO-4 B1 units
Modified: cpu/arm/olpc/nnflash.fth
Modified: cpu/arm/olpc/nnflash.fth ============================================================================== --- cpu/arm/olpc/nnflash.fth Thu Nov 22 22:51:56 2012 (r3452) +++ cpu/arm/olpc/nnflash.fth Thu Nov 22 22:52:37 2012 (r3453) @@ -50,8 +50,7 @@ : update-nn-flash? ( -- flag ) \ XO-4 B1 have clear lightguides incompatible with later versions \ of touchscreen firmware. - \ (disabled temporarily so that automatic update can be tested) - \ board-revision h# 4b20 < if false exit then + board-revision h# 4b20 < if false exit then nn-image$ nn-up-to-date? 0= ;