diff options
author | David Huang <david.huang@quanta.corp-partner.google.com> | 2020-01-31 11:33:54 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-02-05 15:15:42 +0000 |
commit | c1a9b3cdb8f24ece0c196c386ec76a56e6bf34fc (patch) | |
tree | 168e41915c94f54ef1ba3a7c54f7e17e8ce55a35 /board/jacuzzi | |
parent | 873d6a43ebd5fd2d4b89d70a2d9e32f0887171a1 (diff) | |
download | chrome-ec-c1a9b3cdb8f24ece0c196c386ec76a56e6bf34fc.tar.gz |
Juniper: remove CONFIG_SYSTEM_UNLOCKED, enable CONFIG_USB_PD_COMM_LOCKED
Remove the CONFIG_SYSTEM_UNLOCKED option from Juniper board
configurations and enable CONFIG_USB_PD_COMM_LOCKED.
The main affect of this will be to prevent PD communication in RO.
BRANCH=kukui
BUG=b:148118355
TEST=flash on juniper and RO did not negotiate (when WP was asserted)
but RW did.
Change-Id: Id15713cc84b855687a51ba1c637e594320731c3f
Signed-off-by: David Huang <David.Huang@quantatw.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2032546
Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Commit-Queue: David Huang <david.huang@quanta.corp-partner.google.com>
Diffstat (limited to 'board/jacuzzi')
-rw-r--r-- | board/jacuzzi/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/jacuzzi/board.h b/board/jacuzzi/board.h index 90d3567f4c..faab414edd 100644 --- a/board/jacuzzi/board.h +++ b/board/jacuzzi/board.h @@ -20,6 +20,8 @@ #ifdef BOARD_JUNIPER #undef CONFIG_CHIPSET_POWER_SEQ_VERSION #define CONFIG_CHIPSET_POWER_SEQ_VERSION 1 + +#undef CONFIG_SYSTEM_UNLOCKED #endif #define CONFIG_BATTERY_HW_PRESENT_CUSTOM |