aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x200/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x200/mainboard.c')
-rw-r--r--src/mainboard/lenovo/x200/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x200/mainboard.c b/src/mainboard/lenovo/x200/mainboard.c
index 76433e8f21..0fc77d31e3 100644
--- a/src/mainboard/lenovo/x200/mainboard.c
+++ b/src/mainboard/lenovo/x200/mainboard.c
@@ -17,8 +17,6 @@ static void mainboard_enable(struct device *dev)
GMA_INT15_BOOT_DISPLAY_DEFAULT, 2);
dev->ops->acpi_fill_ssdt = fill_ssdt;
- if (CONFIG(BOARD_LENOVO_X200))
- init_dock();
}
struct chip_operations mainboard_ops = {