[PATCH 6/7] arch: arm: dts: HSD #1507526426-9: arm: dts: agilex: Fix incorrect rootfs partition size for NAND
Jit Loon Lim
jit.loon.lim at intel.com
Sun Sep 11 13:47:39 CEST 2022
From: Ley Foon Tan <ley.foon.tan at intel.com>
rootfs partition size should be 0x3bd80000.
Signed-off-by: Ley Foon Tan <ley.foon.tan at intel.com>
Signed-off-by: Jit Loon Lim <jit.loon.lim at intel.com>
---
arch/arm/dts/socfpga_agilex_socdk_nand.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/socfpga_agilex_socdk_nand.dts b/arch/arm/dts/socfpga_agilex_socdk_nand.dts
index 556a7b407d..b79f428348 100644
--- a/arch/arm/dts/socfpga_agilex_socdk_nand.dts
+++ b/arch/arm/dts/socfpga_agilex_socdk_nand.dts
@@ -81,7 +81,7 @@
};
partition at 4280000 {
label = "rootfs";
- reg = <0x4280000 0x3bd0000>;
+ reg = <0x4280000 0x3bd80000>;
};
};
};
--
2.26.2
More information about the U-Boot
mailing list