diff --git a/boot/zephyr/boards/rpi_pico_rp2040_w.overlay b/boot/zephyr/boards/rpi_pico_rp2040_w.overlay new file mode 100644 index 000000000..2d2309c66 --- /dev/null +++ b/boot/zephyr/boards/rpi_pico_rp2040_w.overlay @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2025 Beechwoods Software Inc. + * + * SPDX-License-Identifier: Apache-2.0 + */ + +/ { + chosen { + zephyr,code-partition = &boot_partition; + }; +};