From 5fbdd1dbd710bb88c25ff9b287a8f3e24ceec516 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Mon, 13 Feb 2017 15:01:41 +0800 Subject: [PATCH] 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 Tested-by: Nicolas Boichat Reviewed-by: Vincent Palatin --- board/hammer/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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