File tree Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,11 @@ if BOARD_LPCXPRESSO55S06
8
8
config BOARD
9
9
default "lpcxpresso55s06"
10
10
11
+ if BOOTLOADER_MCUBOOT
12
+ choice MCUBOOT_BOOTLOADER_MODE
13
+ # Board only supports MCUBoot via "upgrade only" method:
14
+ default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
15
+ endchoice
16
+ endif #BOOTLOADER_MCUBOOT
17
+
11
18
endif # BOARD_LPCXPRESSO55S06
Original file line number Diff line number Diff line change @@ -12,4 +12,11 @@ config FXOS8700_DRDY_INT1
12
12
default y
13
13
depends on FXOS8700_TRIGGER
14
14
15
+ if BOOTLOADER_MCUBOOT
16
+ choice MCUBOOT_BOOTLOADER_MODE
17
+ # Board only supports MCUBoot via "upgrade only" method:
18
+ default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
19
+ endchoice
20
+ endif #BOOTLOADER_MCUBOOT
21
+
15
22
endif # BOARD_LPCXPRESSO55S16
Original file line number Diff line number Diff line change @@ -37,4 +37,11 @@ config FLASH_LOAD_SIZE
37
37
default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
38
38
depends on BOARD_LPCXPRESSO55S28 && TRUSTED_EXECUTION_SECURE
39
39
40
+ if BOOTLOADER_MCUBOOT
41
+ choice MCUBOOT_BOOTLOADER_MODE
42
+ # Board only supports MCUBoot via "upgrade only" method:
43
+ default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
44
+ endchoice
45
+ endif #BOOTLOADER_MCUBOOT
46
+
40
47
endif # BOARD_LPCXPRESSO55S28
Original file line number Diff line number Diff line change @@ -8,4 +8,11 @@ if BOARD_LPCXPRESSO55S36
8
8
config BOARD
9
9
default "lpcxpresso55s36"
10
10
11
+ if BOOTLOADER_MCUBOOT
12
+ choice MCUBOOT_BOOTLOADER_MODE
13
+ # Board only supports MCUBoot via "upgrade only" method:
14
+ default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
15
+ endchoice
16
+ endif #BOOTLOADER_MCUBOOT
17
+
11
18
endif # BOARD_LPCXPRESSO55S36
Original file line number Diff line number Diff line change @@ -55,4 +55,11 @@ choice TFM_PROFILE_TYPE
55
55
default TFM_PROFILE_TYPE_MEDIUM
56
56
endchoice
57
57
58
+ if BOOTLOADER_MCUBOOT
59
+ choice MCUBOOT_BOOTLOADER_MODE
60
+ # Board only supports MCUBoot via "upgrade only" method:
61
+ default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
62
+ endchoice
63
+ endif #BOOTLOADER_MCUBOOT
64
+
58
65
endif # BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1
You can’t perform that action at this time.
0 commit comments