nand: correct rootfs start offset (#5)

This commit is contained in:
Dobrica Pavlinušić
2018-03-08 17:27:13 +01:00
committed by Mikhail
parent 73629b5bc7
commit e4dfea8304
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@
partition@1400000 {
label = "rootfs";
reg = <0x0 0xa00000 0x01 0xff000000>;
reg = <0x0 0x1400000 0x01 0xff000000>;
};
};
};

View File

@@ -51,7 +51,7 @@
partition@1400000 {
label = "rootfs";
reg = <0x0 0xa00000 0x01 0xff000000>;
reg = <0x0 0x1400000 0x01 0xff000000>;
};
};
};

View File

@@ -94,7 +94,7 @@
partition@1400000 {
label = "rootfs";
reg = <0x0 0xa00000 0x01 0xff000000>;
reg = <0x0 0x1400000 0x01 0xff000000>;
};
};
};