diff options
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r-- | src/mainboard/samsung/lumpy/romstage.c | 3 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/romstage.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index 82856f6b04..3be7c009b7 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -114,9 +114,6 @@ static void rcba_config(void) /* PCH BWG says to read back the IOAPIC enable register */ (void) RCBA16(OIC); - /* Enable upper 128bytes of CMOS (generic) */ - RCBA32(RC) = (1 << 2); - /* Disable unused devices (board specific) */ reg32 = RCBA32(FD); reg32 |= PCH_DISABLE_ALWAYS; diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c index 10a9d7baf6..a6ca033053 100644 --- a/src/mainboard/samsung/stumpy/romstage.c +++ b/src/mainboard/samsung/stumpy/romstage.c @@ -119,9 +119,6 @@ static void rcba_config(void) /* PCH BWG says to read back the IOAPIC enable register */ (void) RCBA16(OIC); - /* Enable upper 128bytes of CMOS (generic) */ - RCBA32(RC) = (1 << 2); - /* Disable unused devices (board specific) */ reg32 = RCBA32(FD); reg32 |= PCH_DISABLE_ALWAYS; |