[openfirmware] [commit] r2802 - cpu/arm/mmp2

repository service svn at openfirmware.info
Sat Jan 7 08:32:03 CET 2012


Author: quozl
Date: Sat Jan  7 08:32:03 2012
New Revision: 2802
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2802

Log:
OLPC XO-1.75 XO-3 - do not test suspend and resume at FINAL, requested by Chia-Hsiu.

Modified:
   cpu/arm/mmp2/rtc.fth

Modified: cpu/arm/mmp2/rtc.fth
==============================================================================
--- cpu/arm/mmp2/rtc.fth	Fri Jan  6 22:21:15 2012	(r2801)
+++ cpu/arm/mmp2/rtc.fth	Sat Jan  7 08:32:03 2012	(r2802)
@@ -58,8 +58,10 @@
 ;
 dev /switches
 : selftest  ( -- error? )
-   s3-selftest  if  true exit  then
-   selftest  
+   final-test?  0=  if
+      s3-selftest  if  true exit  then
+   then
+   selftest
 ;
 device-end
 



More information about the openfirmware mailing list