summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index ccb12b947e..3c60216aa2 100644
--- a/common/main.c
+++ b/common/main.c
@@ -137,7 +137,8 @@ test_mockable __keep int main(void)
/* We wait to report the failure until here where we have console. */
if (mpu_pre_init_rv != EC_SUCCESS)
- panic("MPU init failed\n");
+ /* TODO: Need real fix (chromium:1085868) */
+ CPRINTS("MPU init failed");
/* be less verbose if we boot for USB resume to meet spec timings */
if (!(system_get_reset_flags() & EC_RESET_FLAG_USB_RESUME)) {