diff options
Diffstat (limited to 'src/mainboard/lenovo/t430s')
-rw-r--r-- | src/mainboard/lenovo/t430s/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t430s/mainboard.c b/src/mainboard/lenovo/t430s/mainboard.c index a36a418833..77f39f0f07 100644 --- a/src/mainboard/lenovo/t430s/mainboard.c +++ b/src/mainboard/lenovo/t430s/mainboard.c @@ -34,7 +34,6 @@ static void mainboard_init(device_t dev) /* init spi */ RCBA32(0x38c8) = 0x00002005; RCBA32(0x38c4) = 0x00802005; - RCBA32(0x38c0) = 0x00000007; } static void mainboard_enable(device_t dev) |