Skip to content

Commit 21c8f26

Browse files
committed
boot: zephyr: boards: Include default partitions
Include default Sys-Build 2M partitions for RPI Pico W. Signed-off-by: John Lin <john.lin@beechwoods.com>
1 parent 990b1fc commit 21c8f26

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)