X60: fix docking
[coreboot.git] / src / mainboard / lenovo / x60 / romstage.c
index 44cde72bbc59185e416ac51ba0cbe1550fd46937..ee080ea70a8f3438ba13498413a89d7dd91af992 100644 (file)
@@ -229,12 +229,12 @@ void main(unsigned long bist)
 
        ich7_enable_lpc();
 
-
+       dlpc_init();
        /* dock_init initializes the DLPC switch on
         *  thinpad side, so this is required even
         *  if we're undocked.
         */
-       if (!dlpc_init() && dock_present()) {
+       if (dock_present()) {
                dock_connect();
                early_superio_config();
                /* Set up the console */