From fcffebfe154ac004464af1fa238bdc1f4da9e2a2 Mon Sep 17 00:00:00 2001 From: Johann Fischer Date: Thu, 13 Sep 2018 00:53:15 +0200 Subject: [PATCH] sanitycheck: whitelist font entry section Whitelist font entry section. Signed-off-by: Johann Fischer --- scripts/sanitycheck | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/sanitycheck b/scripts/sanitycheck index b35ca3afc52..3c6f2373267 100755 --- a/scripts/sanitycheck +++ b/scripts/sanitycheck @@ -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"]