carl9170 firmware: put _start into the .boot section
[carl9170fw.git] / carlfw / src / main.c
index 475308be145f7ec5f68a2615701a11a7cf941296..574154bafd1faaba526feb007e3f3bbd3009d764 100644 (file)
@@ -176,7 +176,7 @@ static void __noreturn main_loop(void)
  * we put _start() there with the linker script carl9170.lds.
  */
 
-void start(void)
+void __section(boot) start(void)
 {
        clock_set(AHB_40MHZ_OSC, true);