Rename storage partition

This commit is contained in:
H1ghBre4k3r 2021-04-12 19:12:15 +02:00 committed by Patrick Rathje
parent cfa29284a3
commit 68ed7371cc
2 changed files with 2 additions and 7 deletions

View File

@ -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>;
};
};

View File

@ -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>;
};
};