sanitycheck: Add support for _bt_settings_area linker section
This section got added in commit 470349c25a
("Bluetooth: settings:
Add support for per-submodule handlers"), but sanitycheck didn't know
about it and was whining.
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
d73e970084
commit
a3a7e8e781
|
@ -663,7 +663,7 @@ class SizeCalculator:
|
|||
"ccm_data"]
|
||||
# These get copied into RAM only on non-XIP
|
||||
ro_sections = ["text", "ctors", "init_array", "reset", "object_access",
|
||||
"rodata", "devconfig", "net_l2", "vector"]
|
||||
"rodata", "devconfig", "net_l2", "vector", "_bt_settings_area"]
|
||||
|
||||
def __init__(self, filename, extra_sections):
|
||||
"""Constructor
|
||||
|
|
Loading…
Reference in a new issue