diff mbox series

[6/7] arch: arm: dts: HSD #1507526426-9: arm: dts: agilex: Fix incorrect rootfs partition size for NAND

Message ID 20220911114740.24447-6-jit.loon.lim@intel.com
State Needs Review / ACK, archived
Delegated to: Marek Vasut
Headers show
Series [1/7] configs: HSD #1507526426-2: configs: socfpga: agilex: Enable CONFIG_CMD_MTD | expand

Commit Message

Jit Loon Lim Sept. 11, 2022, 11:47 a.m. UTC
From: Ley Foon Tan <ley.foon.tan@intel.com>

rootfs partition size should be 0x3bd80000.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
---
 arch/arm/dts/socfpga_agilex_socdk_nand.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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@4280000 {
 				label = "rootfs";
-				reg = <0x4280000 0x3bd0000>;
+				reg = <0x4280000 0x3bd80000>;
 			};
 		};
 	};