Skip to content

Commit e6383d7

Browse files
mattia-moffadanielinux
authored andcommitted
Shorten line
1 parent 521d6ab commit e6383d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hal/stm32_tz.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ void hal_tz_sau_init(void)
337337
WOLFBOOT_NSC_ADDRESS + WOLFBOOT_NSC_SIZE - 1, 1);
338338

339339
/* Non-secure: application flash area */
340-
sau_init_region(1, WOLFBOOT_PARTITION_BOOT_ADDRESS, WOLFBOOT_PARTITION_BOOT_ADDRESS + 2 * WOLFBOOT_PARTITION_SIZE - 1, 0);
340+
sau_init_region(1, WOLFBOOT_PARTITION_BOOT_ADDRESS,
341+
WOLFBOOT_PARTITION_BOOT_ADDRESS + 2 * WOLFBOOT_PARTITION_SIZE - 1,
342+
0);
341343

342344
/* Non-secure RAM region in SRAM1/SRAM2 */
343345
sau_init_region(2, 0x20020000, 0x2003FFFF, 0);

0 commit comments

Comments
 (0)