mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-05 15:21:53 -05:00
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>
This commit is contained in:
committed by
Dinh Nguyen
parent
9abf2313ad
commit
7412090cd6
@@ -16,11 +16,11 @@ nand@0 {
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user