sanitycheck: riscv: add vector to recognised sections

Change-Id: I7f1692eb1bd51b8efc16919780aebaf890b8872c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-15 10:02:14 -05:00 committed by Andrew Boie
commit bfcdfaf941

View file

@ -475,7 +475,7 @@ class SizeCalculator:
"net_if", "net_stack", "net_l2_data"] "net_if", "net_stack", "net_l2_data"]
# These get copied into RAM only on non-XIP # These get copied into RAM only on non-XIP
ro_sections = ["text", "ctors", "init_array", "reset", ro_sections = ["text", "ctors", "init_array", "reset",
"rodata", "devconfig", "net_l2"] "rodata", "devconfig", "net_l2", "vector"]
def __init__(self, filename, extra_sections): def __init__(self, filename, extra_sections):
"""Constructor """Constructor