make sure app_start is always at the entry point
authorOleksij Rempel <linux@rempel-privat.de>
Mon, 28 Apr 2014 10:08:31 +0000 (12:08 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Fri, 23 May 2014 16:30:26 +0000 (18:30 +0200)
commitc4ac9dc1dc0ffb9b79531860ecd626abfc135809
tree31ad7f1473b57d50546d40e65c49e39b82493964
parentfa01d2797b39c4365c5176cd870b40a03dfe7a35
make sure app_start is always at the entry point

Add ".boot" section to the linker and make sure app_start()
is always there. Till now every change in app start was cousing
randome issues.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/CMakeLists.txt
target_firmware/magpie_fw_dev/target/inc/linux/compiler.h [new file with mode: 0644]
target_firmware/magpie_fw_dev/target/init/app_start.c
target_firmware/ram-k2.ld
target_firmware/ram-magpie.ld