sanitycheck: riscv: add vector to recognised sections
Change-Id: I7f1692eb1bd51b8efc16919780aebaf890b8872c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d65dae20e3
commit
bfcdfaf941
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue