mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-05 00:55:43 +01:00
Rename storage partition
This commit is contained in:
parent
cfa29284a3
commit
68ed7371cc
@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
/delete-node/ &storage_partition;
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
buttons {
|
buttons {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
@ -22,7 +19,7 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "storage";
|
label = "ens_storage";
|
||||||
reg = <0x0000000 0x00300000>;
|
reg = <0x0000000 0x00300000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
|
|
||||||
/delete-node/ &storage_partition;
|
|
||||||
|
|
||||||
&mx25r64 {
|
&mx25r64 {
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
@ -8,7 +6,7 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "storage";
|
label = "ens_storage";
|
||||||
reg = <0x0000000 0x00300000>;
|
reg = <0x0000000 0x00300000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user