boards/imx93-evk: disable work queues in bootloader
Some checks failed
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Build Documentation / build-html (push) Has been cancelled

The bootloader image has no linked HPWORK or LPWORK consumers, but
enabling both queues pulls unused scheduler code into its constrained
OCRAM region.

Disable the predefined work queues and let deferred memory reclamation
fall back to the idle thread.

Assisted-by: Codex:GPT-5
Signed-off-by: DuoYuWang <thirteenking.wang@gmail.com>
This commit is contained in:
DuoYuWang 2026-08-31 16:49:11 +08:00 committed by Xiang Xiao
parent a1e2813c25
commit 30503f8fdf

View file

@ -107,10 +107,6 @@ CONFIG_READLINE_CMD_HISTORY=y
CONFIG_READLINE_CMD_HISTORY_LEN=16
CONFIG_READLINE_CMD_HISTORY_LINELEN=80
CONFIG_RR_INTERVAL=200
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_HPWORKPRIORITY=192
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_LPWORKPRIORITY=50
CONFIG_SIG_PREALLOC_IRQ_ACTIONS=8
CONFIG_SPINLOCK=y
CONFIG_STACK_COLORATION=y