Fix: delete original partitions before overriding flash layout
This commit is contained in:
parent
b8efcb3a83
commit
610deb02bf
1 changed files with 4 additions and 3 deletions
|
|
@ -50,9 +50,10 @@
|
||||||
reg = <0x00000000 DT_SIZE_M(4)>;
|
reg = <0x00000000 DT_SIZE_M(4)>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
/delete-node/ partition@0;
|
||||||
#address-cells = <1>;
|
/delete-node/ partition@26000;
|
||||||
#size-cells = <1>;
|
/delete-node/ partition@ec000;
|
||||||
|
/delete-node/ partition@f4000;
|
||||||
|
|
||||||
sd_partition: partition@0 {
|
sd_partition: partition@0 {
|
||||||
reg = <0x00000000 0x00026000>;
|
reg = <0x00000000 0x00026000>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue