summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeoh Ji Sheng <ji.sheng.teoh@intel.com>2022-09-07 05:57:14 +0000
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-10-11 14:41:49 +0800
commitf2724d3eb0c08f5a192993ee8abe75a8a52c5dec (patch)
tree5bfd3898b9b69616042cca2e49a1457ce6525da7
parent8da34aa7651cd8f69abd0cbdd5b127796e945e98 (diff)
downloadu-boot-socfpga-f2724d3eb0c08f5a192993ee8abe75a8a52c5dec.tar.gz
HSD #16018042241: arm: dts: arria10: Increase boot partition size for NAND
Content in NAND boot partition have exceeded 32MB defined in device tree node. Increase boot partition size to 37MB to support larger kernel Image and FPGA bitstream. Signed-off-by: Teoh Ji Sheng <ji.sheng.teoh@intel.com>
-rw-r--r--arch/arm/dts/socfpga_arria10_socdk_nand.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/socfpga_arria10_socdk_nand.dts b/arch/arm/dts/socfpga_arria10_socdk_nand.dts
index a7d2ff8c35..305bda3daa 100644
--- a/arch/arm/dts/socfpga_arria10_socdk_nand.dts
+++ b/arch/arm/dts/socfpga_arria10_socdk_nand.dts
@@ -17,11 +17,11 @@
partition@0 {
label = "Boot and fpga data";
- reg = <0x0 0x02000000>;
+ reg = <0x0 0x02500000>;
};
partition@1c00000 {
label = "Root Filesystem - JFFS2";
- reg = <0x02000000 0x06000000>;
+ reg = <0x02500000 0x05500000>;
};
};
};