Skip to content

Commit 079f623

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 079f623

File tree

1 file changed

+17
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)