Author: wmb Date: Sat Oct 13 03:44:30 2012 New Revision: 3370 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3370
Log: OLPC XO-4 - reverted bundle suffix from 5 to 4, as we are not going to distinguish between A and B revs of XO-4 in the bundle files.
Modified: cpu/arm/olpc/4.0/config.fth
Modified: cpu/arm/olpc/4.0/config.fth ============================================================================== --- cpu/arm/olpc/4.0/config.fth Sat Oct 13 03:42:23 2012 (r3369) +++ cpu/arm/olpc/4.0/config.fth Sat Oct 13 03:44:30 2012 (r3370) @@ -23,7 +23,7 @@ : model$ " olpc,XO-4.0" ; : compatible$ " olpc,xo-cl4" ; : ec-platform$ ( -- adr len ) " 7" ; -: bundle-suffix$ ( -- adr len ) " 5" ; +: bundle-suffix$ ( -- adr len ) " 4" ;
d# 10001 constant machine-type \ Backwards compatibility with non-device-tree kernel
openfirmware@openfirmware.info