Skip to content

Commit 30503f8

Browse files
13022591351xiaoxiang781216
authored andcommitted
boards/imx93-evk: disable work queues in bootloader
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>
1 parent a1e2813 commit 30503f8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • boards/arm64/imx9/imx93-evk/configs/bootloader

boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ CONFIG_READLINE_CMD_HISTORY=y
107107
CONFIG_READLINE_CMD_HISTORY_LEN=16
108108
CONFIG_READLINE_CMD_HISTORY_LINELEN=80
109109
CONFIG_RR_INTERVAL=200
110-
CONFIG_SCHED_HPWORK=y
111-
CONFIG_SCHED_HPWORKPRIORITY=192
112-
CONFIG_SCHED_LPWORK=y
113-
CONFIG_SCHED_LPWORKPRIORITY=50
114110
CONFIG_SIG_PREALLOC_IRQ_ACTIONS=8
115111
CONFIG_SPINLOCK=y
116112
CONFIG_STACK_COLORATION=y

0 commit comments

Comments
 (0)