summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2017-05-16 11:45:17 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2017-05-16 21:01:52 +0000
commit71a15e7d11f25d319110a4792d7074ffa918fc82 (patch)
treea9fa5c299cc1cd9a58a1a19b319f7771b4763bfc
parent3da907f4e250f9f6b57ac1800c066deecac1a15b (diff)
downloadchrome-ec-71a15e7d11f25d319110a4792d7074ffa918fc82.tar.gz
bob: remove CONFIG_SYSTEM_UNLOCKED
BUG=b:38323180 BRANCH=gru TEST=Boot bob from recovery mode with WP on, and check PD negotiation is disabled from 'ectool usbpdpower' Change-Id: I083ae706f4a726325b966554c4056998fc6ccc49 Reviewed-on: https://chromium-review.googlesource.com/506947 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org>
-rw-r--r--board/bob/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/bob/board.h b/board/bob/board.h
index 7daf0c8748..7ba8578ea9 100644
--- a/board/bob/board.h
+++ b/board/bob/board.h
@@ -34,8 +34,6 @@
#define CONFIG_SPI_FLASH_GD25LQ40
#define CONFIG_SPI_FLASH_REGS
-#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands for testing */
-
/*
* We are code space-constrained on kevin, so take 10K that is normally used
* as data RAM (was 30K, now 22K) and use it for code RAM (was 96K, now 104K)