From 7d6cd1f2ffd5010ac05b6a6812dfb017b7a245e5 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 5 Sep 2012 22:07:10 +0000 Subject: [PATCH] fix a little bug in fk23c hopefully --- src/boards/fk23c.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/boards/fk23c.cpp b/src/boards/fk23c.cpp index 7679d0ff..c869680e 100644 --- a/src/boards/fk23c.cpp +++ b/src/boards/fk23c.cpp @@ -176,9 +176,8 @@ static DECLFW(BMCFK23CWrite) //this is an actual mapping reg. i think reg0 controls what happens when reg1 is written. anyway, we have to immediately remap these remap |= (A&3)==1; - - //don't think this will end up being necessary - //remap |= (A&3)==2; + //this too. + remap |= (A&3)==2; if(remap) {