diff --git a/boot/zephyr/boards/stm32h750b_dk.conf b/boot/zephyr/boards/stm32h750b_dk.conf deleted file mode 100644 index ba48f0ae95..0000000000 --- a/boot/zephyr/boards/stm32h750b_dk.conf +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_STM32_MEMMAP=y - -CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n -CONFIG_BOOT_MAX_IMG_SECTORS=4096 diff --git a/boot/zephyr/boards/stm32h750b_dk_stm32h750xx_ext_flash_app.overlay b/boot/zephyr/boards/stm32h750b_dk_stm32h750xx_ext_flash_app.overlay new file mode 100644 index 0000000000..0d8b3f5f11 --- /dev/null +++ b/boot/zephyr/boards/stm32h750b_dk_stm32h750xx_ext_flash_app.overlay @@ -0,0 +1,7 @@ +/ { + chosen { + zephyr,flash = &flash0; + zephyr,flash-controller = &flash; + zephyr,code-partition = &boot_partition; + }; +};