usb: tests: Add missing sections to sanitycheck
Fix warnings during sanitycheck Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
32cac08e55
commit
391cf424a7
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ class SizeCalculator:
|
|||
"net_if", "net_if_dev", "net_stack", "net_l2_data",
|
||||
"_k_queue_area", "_net_buf_pool_area", "app_datas",
|
||||
"kobject_data", "mmu_tables", "app_pad", "priv_stacks",
|
||||
"ccm_data"]
|
||||
"ccm_data", "usb_descriptor", "usb_data"]
|
||||
# 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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue