mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-04 16:45:43 +01:00
Rename storage partition
This commit is contained in:
parent
cfa29284a3
commit
68ed7371cc
@ -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…
Reference in New Issue
Block a user