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:
Andy Ross 2018-05-23 16:39:16 -07:00 committed by Anas Nashif
parent d73e970084
commit a3a7e8e781

View file

@ -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