From 940bc7e91994fb63527738575d94a5c25e8eede0 Mon Sep 17 00:00:00 2001 From: Diana Z Date: Thu, 13 May 2021 22:00:08 -0600 Subject: Mancomb: Remove CONFIG_BRINGUP Monkey Island is far enough along that CONFIG_BRINGUP can be removed from mancomb. BRANCH=None BUG=b:187911213 TEST=make -j buildall; load on mancomb and observe the bringup banner is gone Signed-off-by: Diana Z Change-Id: I2a0f58106e532360852d66e8d50f662676676b6f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2895173 Reviewed-by: Rob Barnes --- baseboard/mancomb/baseboard.h | 1 - 1 file changed, 1 deletion(-) diff --git a/baseboard/mancomb/baseboard.h b/baseboard/mancomb/baseboard.h index 282c36e69d..8450d34679 100644 --- a/baseboard/mancomb/baseboard.h +++ b/baseboard/mancomb/baseboard.h @@ -16,7 +16,6 @@ /* Optional features */ #define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */ #define CONFIG_LTO /* Link-Time Optimizations to reduce code size */ -#define CONFIG_BRINGUP /* EC will not automatically power on the AP */ #define CONFIG_I2C_DEBUG /* Print i2c traces */ #undef CONFIG_UART_TX_BUF_SIZE -- cgit v1.2.1