summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/hammer/board.h1
-rw-r--r--board/hammer/ec.tasklist2
2 files changed, 2 insertions, 1 deletions
diff --git a/board/hammer/board.h b/board/hammer/board.h
index 654a01a5d4..a676797c21 100644
--- a/board/hammer/board.h
+++ b/board/hammer/board.h
@@ -187,6 +187,7 @@
* Add rollback protection, and independent RW region protection.
*/
#define CONFIG_ROLLBACK
+#define CONFIG_ROLLBACK_SECRET_SIZE 32
#define CONFIG_FLASH_PROTECT_RW
#ifdef SECTION_IS_RW
#undef CONFIG_ROLLBACK_UPDATE
diff --git a/board/hammer/ec.tasklist b/board/hammer/ec.tasklist
index 89c42d3f05..8c7974cca8 100644
--- a/board/hammer/ec.tasklist
+++ b/board/hammer/ec.tasklist
@@ -20,5 +20,5 @@
TASK_ALWAYS_RO(RWSIG, rwsig_task, NULL, 1024) \
TASK_ALWAYS (HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS_RW(TOUCHPAD, elan_tp_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS (CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS (CONSOLE, console_task, NULL, 1024) \
TASK_NOTEST_RW(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE)