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 1313// values 0-7 are secure/non-secure
1414#define REBOOT2_FLAG_REBOOT_TYPE_NORMAL 0x0 // param0 = diagnostic partition
1515#define REBOOT2_FLAG_REBOOT_TYPE_BOOTSEL 0x2 // param0 = gpio_pin_number, param1 = flags
16- #define REBOOT2_FLAG_REBOOT_TYPE_RAM_IMAGE 0x3 // param0 = image_regio_base , param1 = image_region_size
16+ #define REBOOT2_FLAG_REBOOT_TYPE_RAM_IMAGE 0x3 // param0 = image_region_base , param1 = image_region_size
1717#define REBOOT2_FLAG_REBOOT_TYPE_FLASH_UPDATE 0x4 // param0 = update_base
1818
1919// values 8-15 are secure only
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ typedef struct cflash_flags {
308308 uint32_t flags ;
309309} cflash_flags_t ;
310310
311- #endif
311+ #endif // #ifdef __ASSEMBLER__
312312
313313// Bits which are permitted to be set in a flags variable -- any other bits being set is an error
314314#define CFLASH_FLAGS_BITS 0x00070301u
You can’t perform that action at this time.
0 commit comments