mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size
Increase the JFFS2 partition size to support larger root filesystem. Also fix the partition label to match the actual start address. Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@altera.com> Signed-off-by: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
0ce60cd362
commit
7557d67a60
|
|
@ -18,9 +18,9 @@ partition@0 {
|
|||
label = "Boot and fpga data";
|
||||
reg = <0x0 0x02500000>;
|
||||
};
|
||||
partition@1c00000 {
|
||||
partition@2500000 {
|
||||
label = "Root Filesystem - JFFS2";
|
||||
reg = <0x02500000 0x05500000>;
|
||||
reg = <0x02500000 0x3db00000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user