1ded8bbabb
arch/arm/src/efm32/efm32_start.c: /* For the case of the separate user-/kernel-space build, perform whatever * platform specific initialization of the user memory is required. * Normally this just means initializing the user space .data and .bss * segments. */ #ifdef CONFIG_NUTTX_KERNEL efm32_userspace(); showprogress('E'); #endif But there is no CONFIG_NUTTX_KERNEL configuration setting. Comparing this to other architectures it is clear this should be #ifdef CONFIG_BUILD_PROTECTED |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |