summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/sections.h')
-rw-r--r--arch/xtensa/include/asm/sections.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/sections.h b/arch/xtensa/include/asm/sections.h
index 3bc6b9afa993..e5da6d7092be 100644
--- a/arch/xtensa/include/asm/sections.h
+++ b/arch/xtensa/include/asm/sections.h
@@ -34,6 +34,10 @@ extern char _SecondaryResetVector_text_start[];
extern char _SecondaryResetVector_text_end[];
#endif
#ifdef CONFIG_XIP_KERNEL
+#ifdef CONFIG_VECTORS_ADDR
+extern char _xip_text_start[];
+extern char _xip_text_end[];
+#endif
extern char _xip_start[];
extern char _xip_end[];
#endif