zephyr/arch/xtensa/soc/esp32
Sebastian Bøe 347f9a0a2d cmake: LD: Specify the entry point in the linker scripts
The entry point can and therefore should be set by linker
scripts. Whenever possible one should express things in the source
language, be it .c or .ld, and not in code generators or in the build
system.

This patch removes the flag -eCONFIG_KERNEL_ENTRY from the linker's
command line and replaces it with the linker script command

ENTRY(CONFIG_KERNEL_ENTRY)

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-07-03 17:18:14 -04:00
..
include
CMakeLists.txt kernel, esp32: Add _arch_start_cpu API 2018-02-16 10:44:29 -05:00
Kconfig.defconfig soc: defconfig: Consistently quote string defaults 2018-05-26 19:17:48 -04:00
Kconfig.soc
esp32-mp.c esp32: Add some "logging" voodoo to SMP initialization 2018-05-31 14:02:03 -04:00
linker.ld cmake: LD: Specify the entry point in the linker scripts 2018-07-03 17:18:14 -04:00
sdkconfig.h soc: esp32: Enable building with newer ESP-IDF 2018-03-05 19:49:06 -05:00
soc.c kernel: Move per-cpu _kernel_t fields into separate struct 2018-02-16 10:44:29 -05:00
soc.h esp32: Move hard firmware function addresses to the linker script 2018-02-16 10:44:29 -05:00