summaryrefslogtreecommitdiff
path: root/scripts/sanitycheck
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-15 10:02:14 -0500
committerAndrew Boie <andrew.p.boie@intel.com>2017-01-13 20:00:16 +0000
commitbfcdfaf941829fa6b3cf4416b6db6d58a6f14cfb (patch)
treedf38135360f7701b6cb79776718be0f18edf822f /scripts/sanitycheck
parentd65dae20e3e03fa4a59828e8daa4095d8d1cf491 (diff)
sanitycheck: riscv: add vector to recognised sections
Change-Id: I7f1692eb1bd51b8efc16919780aebaf890b8872c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'scripts/sanitycheck')
-rwxr-xr-xscripts/sanitycheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sanitycheck b/scripts/sanitycheck
index dc32f69f7..66f5ef8c7 100755
--- a/scripts/sanitycheck
+++ b/scripts/sanitycheck
@@ -475,7 +475,7 @@ class SizeCalculator:
"net_if", "net_stack", "net_l2_data"]
# These get copied into RAM only on non-XIP
ro_sections = ["text", "ctors", "init_array", "reset",
- "rodata", "devconfig", "net_l2"]
+ "rodata", "devconfig", "net_l2", "vector"]
def __init__(self, filename, extra_sections):
"""Constructor