From 757a836270f3b3b8890f3c68470b657a63ff7b5a Mon Sep 17 00:00:00 2001 From: Edward Hill Date: Wed, 8 Jul 2020 11:32:38 -0600 Subject: Zork: Remove CONFIG_SYSTEM_UNLOCKED Remove CONFIG_SYSTEM_UNLOCKED and CONFIG_I2C_DEBUG from all Zork boards. BUG=b:138601010 BRANCH=none TEST=none Signed-off-by: Edward Hill Change-Id: I846335e8402b719bbbf5711aa805b727a0902919 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2288153 Reviewed-by: Denis Brockus --- board/woomax/board.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'board/woomax') diff --git a/board/woomax/board.h b/board/woomax/board.h index 13bc5da030..2a67604645 100644 --- a/board/woomax/board.h +++ b/board/woomax/board.h @@ -13,13 +13,6 @@ #include #include "baseboard.h" -/* - * Allow dangerous commands. - * TODO: Remove this config before production. - */ -#define CONFIG_SYSTEM_UNLOCKED -#define CONFIG_I2C_DEBUG - #undef CONFIG_USB_PORT_POWER_SMART_PORT_COUNT #define CONFIG_USB_PORT_POWER_SMART_PORT_COUNT 1 #define CONFIG_USBC_RETIMER_PI3DPX1207 -- cgit v1.2.1