summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2019-11-14 17:50:24 +0800
committerLey Foon Tan <ley.foon.tan@intel.com>2019-11-15 13:44:00 +0800
commit0c3e6f623d87899448191f2cffb761b7e7a8c5d5 (patch)
tree38ac471a76b293338597d4c655d910bf194ed307
parentfef7314e15c3f3c59a18697943b43f047f7bda93 (diff)
downloadu-boot-socfpga-0c3e6f623d87899448191f2cffb761b7e7a8c5d5.tar.gz
HSD #1507526426-9: arm: dts: agilex: Fix incorrect rootfs partition size for NANDrel_socfpga_v2019.04_19.12.01_rc1rel_socfpga_v2019.04_19.12.01_prrel_socfpga_v2019.04_19.11.03_pr
rootfs partition size should be 0x3bd80000. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
-rw-r--r--arch/arm/dts/socfpga_agilex_socdk_nand.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/socfpga_agilex_socdk_nand.dts b/arch/arm/dts/socfpga_agilex_socdk_nand.dts
index e3e03a0162..7568a50a8e 100644
--- a/arch/arm/dts/socfpga_agilex_socdk_nand.dts
+++ b/arch/arm/dts/socfpga_agilex_socdk_nand.dts
@@ -81,7 +81,7 @@
};
partition@4280000 {
label = "rootfs";
- reg = <0x4280000 0x3bd0000>;
+ reg = <0x4280000 0x3bd80000>;
};
};
};