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)
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>

No differences found