File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ static const uint32_t wolfboot_magic_trail = WOLFBOOT_MAGIC_TRAIL;
177177
178178#include <stddef.h>
179179#include <string.h>
180- static uint8_t NVM_CACHE [NVM_CACHE_SIZE ] XALIGNED (16 )
180+ static uint8_t NVM_CACHE [NVM_CACHE_SIZE ] XALIGNED (16 );
181181static int nvm_cached_sector = 0 ;
182182static uint8_t get_base_offset (uint8_t * base , uintptr_t off )
183183{
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ extern uint8_t _end_wb[];
7979 */
8080void RAMFUNCTION wolfBoot_start (void )
8181{
82- uint8_t p_hdr [IMAGE_HEADER_SIZE ] XALIGN_STACK (16 );
82+ uint8_t p_hdr [IMAGE_HEADER_SIZE ] XALIGNED_STACK (16 );
8383 struct stage2_parameter * stage2_params ;
8484 struct wolfBoot_image os_image ;
8585 int pA_ver = 0 , pB_ver = 0 ;
You can’t perform that action at this time.
0 commit comments