[openfirmware] [commit] r2045 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Thu Nov 25 06:12:11 CET 2010


Author: wmb
Date: Thu Nov 25 06:12:10 2010
New Revision: 2045
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2045

Log:
OLPC XO-1.75 - Use board ID 1a1 if board-id@ fails.

Modified:
   cpu/arm/olpc/1.75/boardrev.fth

Modified: cpu/arm/olpc/1.75/boardrev.fth
==============================================================================
--- cpu/arm/olpc/1.75/boardrev.fth	Thu Nov 25 06:02:16 2010	(r2044)
+++ cpu/arm/olpc/1.75/boardrev.fth	Thu Nov 25 06:12:10 2010	(r2045)
@@ -18,7 +18,7 @@
 ;
 
 stand-init: board revision
-   ['] board-id@ catch  if  0  then
+   ['] board-id@ catch  if  h# 1a1  then
    dup  if  h# 10 * 8 +  then   to board-revision
 ;
 



More information about the openfirmware mailing list