dts: frdm_k64f: make application state partition a reserved area
A number of sectors are declared in the frdm_k64f flash partitions node as part of an "application state" partition. Rather than require users to treat this area of flash as a single partition, delete the application-state node and leave a comment in its place describing its purpose. This enables use cases where the flash sectors must be split into multiple partitions without defining overlapping partitions in overlay files. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
parent
0b92bbeaaa
commit
f58b36a65a
1 changed files with 7 additions and 4 deletions
|
@ -60,10 +60,13 @@
|
||||||
reg = <0x00000000 0x00010000>;
|
reg = <0x00000000 0x00010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
app_state_partition: partition@10000 {
|
|
||||||
label = "application-state";
|
/*
|
||||||
reg = <0x00010000 0x00010000>;
|
* The flash starting at 0x00010000 and ending at
|
||||||
};
|
* 0x0001ffff (sectors 16-31) is reserved for use
|
||||||
|
* by the application.
|
||||||
|
*/
|
||||||
|
|
||||||
slot0_partition: partition@20000 {
|
slot0_partition: partition@20000 {
|
||||||
label = "image-0";
|
label = "image-0";
|
||||||
reg = <0x00020000 0x00060000>;
|
reg = <0x00020000 0x00060000>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue