summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2017-02-13 15:01:41 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-02-22 06:31:41 -0800
commit5fbdd1dbd710bb88c25ff9b287a8f3e24ceec516 (patch)
treee9192fd65cea317ecfbac57f2e38d7858d8a2812
parent4236d8d3e9967b1ad9c6c26b259275e2faf6502a (diff)
downloadchrome-ec-5fbdd1dbd710bb88c25ff9b287a8f3e24ceec516.tar.gz
hammer: Switch to CONFIG_RWSIG_TYPE_RWSIG
This is the recommended futility signature type for new boards. BRANCH=none BUG=chromium:690773 TEST=Flash hammer, RW image checked correctly TEST=futility show --type rwsig \ --pubkey build/hammer/key.vbpubk2 build/hammer/ec.RW.bin Change-Id: Id8648199891fdd4df63ecb599e0c5e927bc861d0 Reviewed-on: https://chromium-review.googlesource.com/441549 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/hammer/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hammer/board.h b/board/hammer/board.h
index a9c60a0807..0deeccce1d 100644
--- a/board/hammer/board.h
+++ b/board/hammer/board.h
@@ -78,7 +78,7 @@
/* Sign and switch to RW partition on boot. */
#define CONFIG_RWSIG
-#define CONFIG_RWSIG_TYPE_USBPD1
+#define CONFIG_RWSIG_TYPE_RWSIG
#define CONFIG_RSA
#define CONFIG_SHA256
#define CONFIG_RSA_KEY_SIZE 2048