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

repository service svn at openfirmware.info
Sat Oct 27 07:27:49 CEST 2012


Author: quozl
Date: Sat Oct 27 07:27:49 2012
New Revision: 3389
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3389

Log:
OLPC XO-1.75 - incorrect bundle suffix, regression from r3349, affected XO-1.75 only, reported by Daniel Drake

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

Modified: cpu/arm/olpc/1.75/config.fth
==============================================================================
--- cpu/arm/olpc/1.75/config.fth	Sat Oct 27 05:15:27 2012	(r3388)
+++ cpu/arm/olpc/1.75/config.fth	Sat Oct 27 07:27:49 2012	(r3389)
@@ -26,7 +26,7 @@
 : model$        " olpc,XO-1.75"  ;
 : compatible$   " olpc,xo-1.75"  ;
 : ec-platform$  ( -- adr len )  " 4"  ;
-: bundle-suffix$  ( -- adr len )  " 4"  ;
+: bundle-suffix$  ( -- adr len )  " 2"  ;
 
 d#  9999 constant machine-type  \ Backwards compatibility with non-device-tree kernel
 



More information about the openfirmware mailing list