Skip to content

Commit 1c664a8

Browse files
committed
Revert "samples: mgmt: hawkbit: force BOOT_MAX_IMG_SECTORS for stm32h573i_dk"
This reverts commit 5700ffe. Not required anymore as the CONFIG_BOOT_MAX_IMG_SECTORS is fixed by the mcuboot at 4096. Add the corresponding overlay file Signed-off-by: Francois Ramu <[email protected]>
1 parent 2a508ec commit 1c664a8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/*
8+
* Define the device, controller and partition to be the external memory
9+
* for running the application in external NOR from MCUboot
10+
*/
11+
/ {
12+
chosen {
13+
zephyr,flash = &mx25lm51245;
14+
zephyr,flash-controller = &mx25lm51245;
15+
};
16+
};

samples/subsys/mgmt/hawkbit/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ tests:
1717
sample.net.hawkbit.default: {}
1818
sample.net.hawkbit.sysbuild:
1919
sysbuild: true
20-
extra_args:
21-
- platform:stm32h573i_dk/stm32h573xx:mcuboot_CONFIG_BOOT_MAX_IMG_SECTORS=128
2220
sample.net.hawkbit.manual:
2321
extra_configs:
2422
- CONFIG_HAWKBIT_MANUAL=y

0 commit comments

Comments
 (0)