Skip to content

Commit fcde3f6

Browse files
committed
boot: zephyr: boards: Assign boot_partition to code-patition
Use the boot_partition as the code-partition for RPI Pico W in order for SysBuild to use the correct partition during the build process. Signed-off-by: John Lin <john.lin@beechwoods.com>
1 parent 990b1fc commit fcde3f6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 Beechwoods Software Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,code-partition = &boot_partition;
10+
};
11+
};

0 commit comments

Comments
 (0)