Skip to content

Commit

Permalink
bsp: tf-a-fio: extend STM32MP_BOOTSCR_SIZE
Browse files Browse the repository at this point in the history
Extend size of boot.scr file.

Signed-off-by: Igor Opaniuk <[email protected]>
  • Loading branch information
igoropaniuk authored and ricardosalveti committed Apr 10, 2023
1 parent 9a05719 commit a5bac91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ index 05fb259b1..7604670ce 100644
#endif

+#define STM32MP_BOOTSCR_BASE U(0xc4100000)
+#define STM32MP_BOOTSCR_SIZE U(0x4000)
+#define STM32MP_BOOTSCR_SIZE U(0x10000)
+
#if STM32MP13
#define STM32MP_FW_CONFIG_BASE SRAM3_BASE
Expand Down

0 comments on commit a5bac91

Please sign in to comment.