zephyr/soc
Daniel Baluta c3c026e03c arch/xtensa: adsp: Rename module_init section
.module_init sections is used to keep all components constructor
functions.

Zephyr uses -ffunction-sections option which will create a section for
each function. Unfortunately, this creates a section named .module_init
for the function module_init() used to initialize the processing module
generic layer.

Thus, places module_init() in the constructor area named .module_init
which is wrong.

To avoid this we rename .module_init section for constructors to
.initcall.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2022-04-26 15:54:46 -04:00
..
arc include: remove unnecessary autoconf.h includes 2022-04-05 11:18:20 +02:00
arm soc/arm: stm32: All stm32h7 based socs have a cache 2022-04-26 12:06:48 -04:00
arm64 include: remove unnecessary autoconf.h includes 2022-04-05 11:18:20 +02:00
mips soc: mips: add Qemu Malta support 2022-01-19 13:48:21 -05:00
nios2
posix posix: Select CPU_HAS_FPU for POSIX arch 2022-03-24 10:44:38 +01:00
riscv soc: esp32c3: linker script clean up 2022-04-26 14:26:53 -04:00
sparc include: remove unnecessary autoconf.h includes 2022-04-05 11:18:20 +02:00
x86 everywhere: fix typos 2022-03-18 13:24:08 -04:00
xtensa arch/xtensa: adsp: Rename module_init section 2022-04-26 15:54:46 -04:00
Kconfig