summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/zork/baseboard.h2
-rw-r--r--power/stoney.c6
2 files changed, 6 insertions, 2 deletions
diff --git a/baseboard/zork/baseboard.h b/baseboard/zork/baseboard.h
index 0f2cf3f3f8..4028ebca62 100644
--- a/baseboard/zork/baseboard.h
+++ b/baseboard/zork/baseboard.h
@@ -33,7 +33,7 @@
#define CONFIG_CMD_AP_RESET_LOG
#define CONFIG_EC_FEATURE_BOARD_OVERRIDE
#define CONFIG_HIBERNATE_PSL
-#define CONFIG_HOSTCMD_LPC
+#define CONFIG_HOSTCMD_ESPI
#define CONFIG_HOSTCMD_SKUID
#define CONFIG_I2C
#define CONFIG_I2C_BUS_MAY_BE_UNPOWERED
diff --git a/power/stoney.c b/power/stoney.c
index 1cc08de9fc..a01c56819e 100644
--- a/power/stoney.c
+++ b/power/stoney.c
@@ -12,7 +12,6 @@
#include "gpio.h"
#include "hooks.h"
#include "lid_switch.h"
-#include "lpc.h"
#include "power.h"
#include "power_button.h"
#include "system.h"
@@ -75,6 +74,11 @@ void chipset_throttle_cpu(int throttle)
gpio_set_level(GPIO_CPU_PROCHOT, throttle);
}
+/* TODO: Create the real chipset_handle_espi_reset_assert function */
+void chipset_handle_espi_reset_assert(void)
+{
+}
+
enum power_state power_chipset_init(void)
{
/* Pause in S5 when shutting down. */