X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Flpc%2Fao_boot_chain.c;h=0cb92a5299565d90026cdde42688a921af192e6d;hb=HEAD;hp=0d0bb91c75f3c5f05bff78cc4025780ebca4c054;hpb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a;p=fw%2Faltos diff --git a/src/lpc/ao_boot_chain.c b/src/lpc/ao_boot_chain.c index 0d0bb91c..0cb92a52 100644 --- a/src/lpc/ao_boot_chain.c +++ b/src/lpc/ao_boot_chain.c @@ -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)