From ef0cb90ae3a5849f17366338ec5f9f77c1fd3850 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Thu, 23 Apr 2020 21:08:44 +0800 Subject: mb/google/deltaur: Disable POWER_OFF_ON_CR50_UPDATE This is missing configuration of Wiloc projects. Following Wilco projects configuration. CB:32436 The power architecture on this platform is different than most of our other x86 devices and needs some special handling to ensure it powers up again after an EC reset. BUG=b:150165131 Signed-off-by: Eric Lai Change-Id: I6da89de9401793a4e5c56a23c1018527819718cf Reviewed-on: https://review.coreboot.org/c/coreboot/+/40663 Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/mainboard/google/deltaur/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/google/deltaur/Kconfig b/src/mainboard/google/deltaur/Kconfig index 7395c00ca3..a9197f0f42 100644 --- a/src/mainboard/google/deltaur/Kconfig +++ b/src/mainboard/google/deltaur/Kconfig @@ -53,6 +53,10 @@ config OVERRIDE_DEVICETREE string default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" +config POWER_OFF_ON_CR50_UPDATE + bool + default n + config MAINBOARD_DIR string default "google/deltaur" -- cgit v1.2.3