altos: Move from newlib-nano to picolibc
[fw/altos] / src / lpc / ao_boot_chain.c
index 0d0bb91c75f3c5f05bff78cc4025780ebca4c054..0cb92a5299565d90026cdde42688a921af192e6d 100644 (file)
@@ -43,7 +43,7 @@ struct ao_boot {
        uint32_t        check;
 };
 
-static struct ao_boot __attribute__ ((section(".boot"))) ao_boot;
+struct ao_boot ao_boot __attribute__((section(".preserve.2")));
 
 int
 ao_boot_check_chain(void)