zephyr/include/arch/riscv32
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
..
common cmake: LD: Specify the entry point in the linker scripts 2018-07-03 17:18:14 -04:00
pulpino cmake: LD: Specify the entry point in the linker scripts 2018-07-03 17:18:14 -04:00
riscv-privilege riscv32: riscv-privilege: integrate common code 2018-06-20 11:57:07 -04:00
riscv32-qemu Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
arch.h include: remove unused macros from include/arch/*/arch.h 2018-06-20 12:07:59 -04:00
exp.h k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
sys_io.h Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00