summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/reef/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/reef/board.h b/board/reef/board.h
index a6c91a2cc2..a42992eac5 100644
--- a/board/reef/board.h
+++ b/board/reef/board.h
@@ -91,8 +91,8 @@
* Enable 1 slot of secure temporary storage to support
* suspend/resume with read/write memory training.
*/
-/* #define CONFIG_VSTORE */
-/* #define CONFIG_VSTORE_SLOT_COUNT 1 */
+#define CONFIG_VSTORE
+#define CONFIG_VSTORE_SLOT_COUNT 1
/* Optional feature - used by nuvoton */
#define NPCX_UART_MODULE2 1 /* 0:GPIO10/11 1:GPIO64/65 as UART */