summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2018-08-21 15:44:18 +0800
committerJun Nie <jun.nie@linaro.org>2018-08-24 00:23:03 +0800
commitad8e357cc0f312ca89449ec61d6a719d58875563 (patch)
treeb9d29c4d3a1833a39bfc21d664c713998d87610a
parent419b79b7423277fadb1bc17d963648a2b4a6c732 (diff)
warp7: add irq stack size definition
add irq stack size definition so that Aarch32 framework can use it to define the stack in IRQ mode. Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--plat/nxp/board/warp7/include/platform_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/nxp/board/warp7/include/platform_def.h b/plat/nxp/board/warp7/include/platform_def.h
index e2dc8fa..4f87fe8 100644
--- a/plat/nxp/board/warp7/include/platform_def.h
+++ b/plat/nxp/board/warp7/include/platform_def.h
@@ -153,6 +153,8 @@
#define PCPU_DV_MEM_STACK_SIZE 0x300
#endif
+#define IRQ_STACK_SIZE 0x800
+
#define PLATFORM_SYSTEM_COUNT 1
#define PLATFORM_CLUSTER_COUNT 1
#define PLATFORM_CLUSTER1_CORE_COUNT 1