mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-15 13:58:13 +02:00
Rename storage partition
This commit is contained in:
parent
cfa29284a3
commit
68ed7371cc
2 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
|||
|
||||
/delete-node/ &storage_partition;
|
||||
|
||||
/ {
|
||||
buttons {
|
||||
compatible = "gpio-keys";
|
||||
|
@ -22,7 +19,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
partition@0 {
|
||||
label = "storage";
|
||||
label = "ens_storage";
|
||||
reg = <0x0000000 0x00300000>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
/delete-node/ &storage_partition;
|
||||
|
||||
&mx25r64 {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
|
@ -8,7 +6,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
partition@0 {
|
||||
label = "storage";
|
||||
label = "ens_storage";
|
||||
reg = <0x0000000 0x00300000>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue