CONFIG_KFENCE was enabled by default since kernel 5.17, with this option enabled, some AXM55xx boards may hang during boot, disable it as a temporarily workaround to avoid board hang.
Signed-off-by: Liwei Song <[email protected]> --- bsp/axxiaarm/axxiaarm.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bsp/axxiaarm/axxiaarm.cfg b/bsp/axxiaarm/axxiaarm.cfg index cfdb9eda5ad3..89f4e1597d1c 100644 --- a/bsp/axxiaarm/axxiaarm.cfg +++ b/bsp/axxiaarm/axxiaarm.cfg @@ -105,3 +105,8 @@ CONFIG_PL330_DMA=y # CONFIG_MAILBOX=y CONFIG_PL320_MBOX=y + +# +# Memory Debugging +# +CONFIG_KFENCE=n -- 2.40.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13226): https://lists.yoctoproject.org/g/linux-yocto/message/13226 Mute This Topic: https://lists.yoctoproject.org/mt/102151562/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
