sanitycheck: whitelist font entry section

Whitelist font entry section.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
Johann Fischer 2018-09-13 00:53:15 +02:00 committed by Anas Nashif
parent f89283b250
commit fcffebfe15

View File

@ -654,7 +654,8 @@ class SizeCalculator:
"kobject_data", "mmu_tables", "app_pad", "priv_stacks",
"ccm_data", "usb_descriptor", "usb_data", "usb_bos_desc",
'log_backends_sections', 'log_dynamic_sections',
'log_const_sections',"app_smem", 'shell_root_cmds_sections']
'log_const_sections',"app_smem", 'shell_root_cmds_sections',
'log_const_sections',"app_smem", "font_entry_sections"]
# These get copied into RAM only on non-XIP
ro_sections = ["text", "ctors", "init_array", "reset", "object_access",
"rodata", "devconfig", "net_l2", "vector", "_bt_settings_area"]