You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: build: Fix check_init_priorities.py for ARCMWDT compatibility
#58388
breaks ARCMWDT building.
ARCMWDT linker generates extended section names
(ex.: .rela.z_init_POST_KERNEL40_0_.__init_k_sys_work_q_init).
Default script "build/check_init_priorities.py" is unable to parse
such format. This fixup adds limitation for reading only 2 parameters from
priority string.
Signed-off-by: Nikolay Agishev <[email protected]>
0 commit comments