Author: wmb Date: Mon Jul 30 09:58:46 2012 New Revision: 3098 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3098
Log: OLPC CL4 - EC platform# is 7 not 6.
Modified: cpu/arm/olpc/cl4/config.fth
Modified: cpu/arm/olpc/cl4/config.fth ============================================================================== --- cpu/arm/olpc/cl4/config.fth Mon Jul 30 09:41:11 2012 (r3097) +++ cpu/arm/olpc/cl4/config.fth Mon Jul 30 09:58:46 2012 (r3098) @@ -20,7 +20,7 @@ : signature$ " CL4" ; : model$ " olpc,XO-CL4" ; : compatible$ " olpc,xo-cl4" ; -: ec-platform$ ( -- adr len ) " 6" ; +: ec-platform$ ( -- adr len ) " 7" ;
d# 10001 constant machine-type \ Backwards compatibility with non-device-tree kernel