Commit 735e5cb6 authored by Francois Ramu's avatar Francois Ramu Committed by Alberto Escolar
Browse files

samples: mgmt: hawkbit: no BOOT_MAX_IMG_SECTORS for stm32h573i_dk



Reverts commit 5700ffe9.
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: default avatarFrancois Ramu <francois.ramu@st.com>
parent bf9af02b
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2025 STMicroelectronics
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/*
 * Define the device, controller and partition to be the external memory
 * for running the application in external NOR from MCUboot
 */
/ {
	chosen {
		zephyr,flash = &mx25lm51245;
		zephyr,flash-controller = &mx25lm51245;
	};
};
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ tests:
  sample.net.hawkbit.default: {}
  sample.net.hawkbit.sysbuild:
    sysbuild: true
    extra_args:
      - platform:stm32h573i_dk/stm32h573xx:mcuboot_CONFIG_BOOT_MAX_IMG_SECTORS=128
  sample.net.hawkbit.manual:
    extra_configs:
      - CONFIG_HAWKBIT_MANUAL=y