Author: wmb Date: Wed Dec 28 03:13:51 2011 New Revision: 2786 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2786
Log: OLPC XO-1.75 - fixed typo that affected the LEDs test in manufacturing.
Modified: cpu/arm/olpc/build-fw.fth
Modified: cpu/arm/olpc/build-fw.fth ============================================================================== --- cpu/arm/olpc/build-fw.fth Fri Dec 23 00:59:35 2011 (r2785) +++ cpu/arm/olpc/build-fw.fth Wed Dec 28 03:13:51 2011 (r2786) @@ -627,7 +627,7 @@ + olpc-cl2 fload ${BP}/cpu/arm/olpc/1.75/switches.fth \ Lid and ebook switches fload ${BP}/cpu/arm/mmp2/rtc.fth \ Internal RTC, used for wakeups + olpc-cl3 fload ${BP}/cpu/arm/olpc/3.0/leds.fth \ LEDs -+ olpc-cl2 fload ${BP}/cpu/arm/olpc/3.0/leds.fth \ LEDs ++ olpc-cl2 fload ${BP}/cpu/arm/olpc/1.75/leds.fth \ LEDs fload ${BP}/cpu/x86/pc/olpc/via/factory.fth \ Manufacturing tools
fload ${BP}/cpu/arm/olpc/accelerometer.fth
openfirmware@openfirmware.info