sanitycheck: fix rw_sections whitespace
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
83995b6f21
commit
3ef0b56c15
1 changed files with 5 additions and 5 deletions
|
@ -476,11 +476,11 @@ class SizeCalculator:
|
|||
alloc_sections = ["bss", "noinit", "app_bss", "app_noinit"]
|
||||
rw_sections = ["datas", "initlevel", "_k_task_list", "_k_event_list",
|
||||
"_k_memory_pool", "exceptions", "initshell",
|
||||
"_static_thread_area", "_k_timer_area", "_k_work_area",
|
||||
"_k_mem_slab_area", "_k_mem_pool_area",
|
||||
"_k_sem_area", "_k_mutex_area", "_k_alert_area",
|
||||
"_k_fifo_area", "_k_lifo_area", "_k_stack_area",
|
||||
"_k_msgq_area", "_k_mbox_area", "_k_pipe_area",
|
||||
"_static_thread_area", "_k_timer_area", "_k_work_area",
|
||||
"_k_mem_slab_area", "_k_mem_pool_area",
|
||||
"_k_sem_area", "_k_mutex_area", "_k_alert_area",
|
||||
"_k_fifo_area", "_k_lifo_area", "_k_stack_area",
|
||||
"_k_msgq_area", "_k_mbox_area", "_k_pipe_area",
|
||||
"net_if", "net_if_event", "net_stack", "net_l2_data",
|
||||
"_k_queue_area", "_net_buf_pool_area", "app_datas" ]
|
||||
# These get copied into RAM only on non-XIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue