soc: esp32c6: add LLEXT linker entry
Make sure LLEXT sections are properly placed to avoid orphan declaration. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
de14efef98
commit
e48639e460
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@ SECTIONS
|
||||||
|
|
||||||
#include <zephyr/linker/rel-sections.ld>
|
#include <zephyr/linker/rel-sections.ld>
|
||||||
|
|
||||||
|
#ifdef CONFIG_LLEXT
|
||||||
|
#include <zephyr/linker/llext-sections.ld>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* --- START OF RTC --- */
|
/* --- START OF RTC --- */
|
||||||
|
|
||||||
.rtc.text :
|
.rtc.text :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue