summaryrefslogtreecommitdiff
path: root/chip/ish/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/config_chip.h')
-rw-r--r--chip/ish/config_chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chip/ish/config_chip.h b/chip/ish/config_chip.h
index 24cd558f6c..e82aad8ed3 100644
--- a/chip/ish/config_chip.h
+++ b/chip/ish/config_chip.h
@@ -54,6 +54,11 @@
+ CONFIG_AON_RAM_SIZE \
- CONFIG_AON_ROM_SIZE)
+/* Store persistent panic data in AON memory */
+#define CONFIG_PANIC_DATA_SIZE 0xFF
+#define CONFIG_PANIC_DATA_BASE (CONFIG_AON_ROM_BASE \
+ - CONFIG_PANIC_DATA_SIZE)
+
/* System stack size */
#define CONFIG_STACK_SIZE 1024