From 22608e269965ec0b7b3cc8fc0f13549cb5afca8f Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Fri, 13 Feb 2009 20:56:18 -0500 Subject: [PATCH] --- yaml --- r: 131468 b: refs/heads/master c: e49590b6dd356f8ef10ba3531a29e5086f6f2e3a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/olpc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e3dcb8bf925e..60e72abecad5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b13e24644c138d0ddbc451403c30a96b09bfd556 +refs/heads/master: e49590b6dd356f8ef10ba3531a29e5086f6f2e3a diff --git a/trunk/arch/x86/kernel/olpc.c b/trunk/arch/x86/kernel/olpc.c index 7a13fac63a1f..4006c522adc7 100644 --- a/trunk/arch/x86/kernel/olpc.c +++ b/trunk/arch/x86/kernel/olpc.c @@ -203,7 +203,7 @@ static void __init platform_detect(void) static void __init platform_detect(void) { /* stopgap until OFW support is added to the kernel */ - olpc_platform_info.boardrev = 0xc2; + olpc_platform_info.boardrev = olpc_board(0xc2); } #endif