File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_STM32H747xI_CM7/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
}
47
47
48
48
49
- #if defined(MCUBOOT_BOOTLOADER_BUILD) && ( defined(TARGET_PORTENTA_H7_M7) || defined(TARGET_NICLA_VISION) || defined(TARGET_OPTA))
49
+ #if defined(MCUBOOT_BOOTLOADER_BUILD) && ( defined(TARGET_PORTENTA_H7_M7) || defined(TARGET_NICLA_VISION) || defined(TARGET_OPTA) || defined(TARGET_GIGA) )
50
50
_ConfigStart = 0x0802F000;
51
51
_IdentificationStart = 0x080002F0;
52
52
_EncryptKeyStart = 0x08000300;
@@ -88,7 +88,7 @@ SECTIONS
88
88
.text :
89
89
{
90
90
KEEP(*(.isr_vector))
91
- #if defined(MCUBOOT_BOOTLOADER_BUILD) && ( defined(TARGET_PORTENTA_H7_M7) || defined(TARGET_NICLA_VISION) || defined(TARGET_OPTA))
91
+ #if defined(MCUBOOT_BOOTLOADER_BUILD) && ( defined(TARGET_PORTENTA_H7_M7) || defined(TARGET_NICLA_VISION) || defined(TARGET_OPTA) || defined(TARGET_GIGA) )
92
92
. = ABSOLUTE (0x080002F0);
93
93
KEEP(*(.bootloader_identification))
94
94
KEEP(*(.signing_key))
@@ -131,7 +131,7 @@ SECTIONS
131
131
132
132
*lib*.o (.rodata*)
133
133
134
- #if (defined(MCUBOOT_BOOTLOADER_BUILD ) || defined(BOOTLOADER_BUILD)) && ( defined(TARGET_NICLA_VISION) || defined(TARGET_OPTA))
134
+ #if (defined(MCUBOOT_BOOTLOADER_BUILD ) || defined(BOOTLOADER_BUILD)) && ( defined(TARGET_NICLA_VISION) || defined(TARGET_OPTA) || defined(TARGET_GIGA) )
135
135
. = ABSOLUTE (0x0801F000);
136
136
KEEP(*(.bootloader_version))
137
137
#endif
You can’t perform that action at this time.
0 commit comments