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
openfirmware@openfirmware.info