diff options
author | Teoh Ji Sheng <ji.sheng.teoh@intel.com> | 2022-09-21 04:45:19 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2022-10-24 18:48:28 +0200 |
commit | 7412090cd631cf29b28de90eebf45ca8f3d0e80a (patch) | |
tree | d3c48b46929cd56e1b64ea02982fd498e458f6b8 /arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts | |
parent | Linux 6.1-rc1 (diff) | |
download | linux-7412090cd631cf29b28de90eebf45ca8f3d0e80a.tar.xz linux-7412090cd631cf29b28de90eebf45ca8f3d0e80a.zip |
ARM: dts: socfpga: arria10: Increase NAND boot partition size
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>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts index 9aa897b79544..a662df319a84 100644 --- a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts +++ b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts @@ -16,11 +16,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>; }; }; }; |