summaryrefslogtreecommitdiff
path: root/board/waddledoo
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2020-03-11 16:29:57 -0700
committerCommit Bot <commit-bot@chromium.org>2020-03-12 05:37:22 +0000
commit72c922bd73f22fc1f3cea29d078516017c56e83c (patch)
tree748844de2392017e78b068f43af023c3c54c9554 /board/waddledoo
parent127fdc276caf947273a7f6adf497f42a2dbc60f9 (diff)
downloadchrome-ec-72c922bd73f22fc1f3cea29d078516017c56e83c.tar.gz
waddledoo: Enable CONFIG_SYSTEM_UNLOCKED
Force the system to be unlocked while development is going on. BUG=b:150914688 BRANCH=None TEST=Build and flash waddledoo, verify EC boots. Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: Ie92c01109fcdf82d84baa9bbf09deb6fc905fbbb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2099388 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Kirtika Ruchandani <kirtika@chromium.org> Commit-Queue: Kirtika Ruchandani <kirtika@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/waddledoo')
-rw-r--r--board/waddledoo/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/waddledoo/board.h b/board/waddledoo/board.h
index 5307d5687c..ed765eedea 100644
--- a/board/waddledoo/board.h
+++ b/board/waddledoo/board.h
@@ -11,6 +11,12 @@
#define VARIANT_DEDEDE_EC_NPCX796FC
#include "baseboard.h"
+/*
+ * Keep the system unlocked in early development.
+ * TODO(b/151264302): Make sure to remove this before production!
+ */
+#define CONFIG_SYSTEM_UNLOCKED
+
/* Charger */
#define CONFIG_CHARGER_DISCHARGE_ON_AC
#define CONFIG_CHARGER_RAA489000