You've already forked sunxi-DT-overlays
mirror of
https://github.com/armbian/sunxi-DT-overlays.git
synced 2026-01-06 10:14:43 -08:00
nand: correct rootfs start offset (#5)
This commit is contained in:
committed by
Mikhail
parent
73629b5bc7
commit
e4dfea8304
@@ -94,7 +94,7 @@
|
||||
|
||||
partition@1400000 {
|
||||
label = "rootfs";
|
||||
reg = <0x0 0xa00000 0x01 0xff000000>;
|
||||
reg = <0x0 0x1400000 0x01 0xff000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
partition@1400000 {
|
||||
label = "rootfs";
|
||||
reg = <0x0 0xa00000 0x01 0xff000000>;
|
||||
reg = <0x0 0x1400000 0x01 0xff000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
partition@1400000 {
|
||||
label = "rootfs";
|
||||
reg = <0x0 0xa00000 0x01 0xff000000>;
|
||||
reg = <0x0 0x1400000 0x01 0xff000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user