X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Flpc%2Fao_boot_chain.c;fp=src%2Flpc%2Fao_boot_chain.c;h=0cb92a5299565d90026cdde42688a921af192e6d;hp=0d0bb91c75f3c5f05bff78cc4025780ebca4c054;hb=2108da105ed9c915fc09d1251dc655bf11203d79;hpb=74d5dfd1801da8efbb7693a607fd25e35ad1158d 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)