Author: quozl Date: Sat Mar 16 00:23:26 2013 New Revision: 3616 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3616
Log: OLPC XO-1.75 - backport r3589, fix scaling of battery temperature when using .thermal, a regression introduced in r3400
Modified: cpu/arm/mmp2/thermal.fth
Modified: cpu/arm/mmp2/thermal.fth ============================================================================== --- cpu/arm/mmp2/thermal.fth Sat Mar 16 00:14:38 2013 (r3615) +++ cpu/arm/mmp2/thermal.fth Sat Mar 16 00:23:26 2013 (r3616) @@ -68,7 +68,7 @@ ." limit: " wd-thresh@ h# 3ff and . ." sensor: " thermal-base io@ h# 3ff and . ." cpu: " cpu-temperature .c - ." battery: " bat-temp .c + ." battery: " .bat-temp ." C " pop-base ;
openfirmware@openfirmware.info