From e48639e460227da0dda74f07069558cf23ef5e92 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Mon, 7 Oct 2024 21:35:44 -0300 Subject: [PATCH] soc: esp32c6: add LLEXT linker entry Make sure LLEXT sections are properly placed to avoid orphan declaration. Signed-off-by: Sylvio Alves --- soc/espressif/esp32c6/default.ld | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/soc/espressif/esp32c6/default.ld b/soc/espressif/esp32c6/default.ld index 45c762e8e73..581930dea5b 100644 --- a/soc/espressif/esp32c6/default.ld +++ b/soc/espressif/esp32c6/default.ld @@ -136,6 +136,10 @@ SECTIONS #include +#ifdef CONFIG_LLEXT + #include +#endif + /* --- START OF RTC --- */ .rtc.text :