[commit] r2045 - cpu/arm/olpc/1.75
Nov. 24, 2010
9:12 p.m.
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 ;
5496
Age (days ago)
5496
Last active (days ago)
0 comments
1 participants
participants (1)
-
repository service