2
0
forked from Ivasoft/openwrt

ipq806x: 5.15: add boot-partitions binding to fix block warning

The patch has changed implementation and now the binding has changed.
Replace the old binding with boot-partitions and reimplement the
definition with the new definition.
The new definition is:
<offset1 size1 offset2 size2 offset3 ...>
and now supports sparsed patch.

Also add missing binding in some dts and add the backup boot partition
to the boot-partitions list.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2022-06-16 22:32:35 +02:00
parent 900542698c
commit 6134ba4a34
10 changed files with 12 additions and 8 deletions

View File

@@ -150,7 +150,7 @@
nand-ecc-step-size = <512>;
nand-is-boot-medium;
qcom,boot_pages_size = <0x2140000>;
qcom,boot-partitions = <0x0 0x2140000>;
partitions {
compatible = "fixed-partitions";