Skip to content

Commit

Permalink
scripts/sanitycheck: Add 'nocache' section to whitelist
Browse files Browse the repository at this point in the history
Add 'nocache' to the whitelisted list of linker sections.

Fixes #13449

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and nashif committed Feb 17, 2019
1 parent 1de7038 commit e6393dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sanitycheck
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ class SizeCalculator:
'log_const_sections',"app_smem", 'shell_root_cmds_sections',
'log_const_sections',"app_smem", "font_entry_sections",
"priv_stacks_noinit", "_TEXT_SECTION_NAME_2",
'_GCOV_BSS_SECTION_NAME', 'gcov']
'_GCOV_BSS_SECTION_NAME', 'gcov', 'nocache']

# These get copied into RAM only on non-XIP
ro_sections = ["text", "ctors", "init_array", "reset", "object_access",
Expand Down

0 comments on commit e6393dd

Please sign in to comment.