Skip to content

Commit

Permalink
ipq806x: set boot layout for nandc compatible
Browse files Browse the repository at this point in the history
Set boot layout size to fix io error on block scan.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
  • Loading branch information
Ansuel authored and ynezz committed May 7, 2021
1 parent 85adcec commit e3daef3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Expand Up @@ -196,6 +196,9 @@
nand-bus-width = <8>;
nand-ecc-step-size = <512>;

nand-is-boot-medium;
qcom,boot_pages_size = <0x1180000>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
Expand Down
Expand Up @@ -48,6 +48,9 @@
nand-bus-width = <8>;
nand-ecc-step-size = <512>;

nand-is-boot-medium;
qcom,boot_pages_size = <0x0c80000>;

partitions: partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
Expand Down
Expand Up @@ -174,6 +174,9 @@
nand-bus-width = <8>;
nand-ecc-step-size = <512>;

nand-is-boot-medium;
qcom,boot_pages_size = <0x1180000>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
Expand Down
Expand Up @@ -204,6 +204,9 @@
nand-bus-width = <8>;
nand-ecc-step-size = <512>;

nand-is-boot-medium;
qcom,boot_pages_size = <0x1180000>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
Expand Down
Expand Up @@ -116,6 +116,9 @@
nand-bus-width = <8>;
nand-ecc-step-size = <512>;

nand-is-boot-medium;
qcom,boot_pages_size = <0x1180000>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
Expand Down
Expand Up @@ -240,6 +240,9 @@
nand-bus-width = <8>;
nand-ecc-step-size = <512>;

nand-is-boot-medium;
qcom,boot_pages_size = <0x1180000>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
Expand Down

0 comments on commit e3daef3

Please sign in to comment.