Commit 001f630
committed
[nrf fromlist] dfu: Fix MCUBOOT_UPDATE_FOOTER_SIZE warning
The warning was the result of the MCUBOOT_UPDATE_FOOTER_SIZE
Kconfig option being under "if IMG_MANAGER", but at the
same time being unconditionally set in by CMake mcuboot.
At the same there is no way for CMake to find out if
CONFIG_IMG_MANAGER is set before setting the value
of CONFIG_MCUBOOT_UPDATE_FOOTER_SIZE (as the value
of CONFIG_IMG_MANAGER is uknown before finishing
Kconfig parsing).
Upstream PR #: 90721
Signed-off-by: Artur Hadasz <[email protected]>1 parent 6131774 commit 001f630
1 file changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
| |||
52 | 63 | | |
53 | 64 | | |
54 | 65 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments