ipq806x: 5.15: fix wrong boot-partitions values for split partitions
The refreshed patch actually use the format of <start size start size>
instead of <start end start end>. This cause boot fail since the rootfs
can't be mounted with these wrong values.
Fix it to the correct format in each affected dts.
Fixes: #11498
Fixes: 6134ba4a34
("ipq806x: 5.15: add boot-partitions binding to fix block warning")
Tested-by: Matt Buczko <mbuczko@hotmail.com> # Askey RT4230W
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
26d10bad7c
commit
266b261d39
3 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@
|
||||||
nand-ecc-step-size = <512>;
|
nand-ecc-step-size = <512>;
|
||||||
|
|
||||||
nand-is-boot-medium;
|
nand-is-boot-medium;
|
||||||
qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x6400000>;
|
qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x10c0000>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
nand-bus-width = <8>;
|
nand-bus-width = <8>;
|
||||||
nand-ecc-step-size = <512>;
|
nand-ecc-step-size = <512>;
|
||||||
|
|
||||||
qcom,boot-partitions = <0x0 0x1180000 0x1340000 0x2400000>;
|
qcom,boot-partitions = <0x0 0x1180000 0x1340000 0x10c0000>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
nand-bus-width = <8>;
|
nand-bus-width = <8>;
|
||||||
nand-ecc-step-size = <512>;
|
nand-ecc-step-size = <512>;
|
||||||
|
|
||||||
qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x6400000>;
|
qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x10c0000>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
|
|
Loading…
Reference in a new issue