Commit 163a9091 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

updated ubi partition size (mtd4) to match new rootfs size

parent e37debfc
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -152,7 +152,8 @@
				};
				};
				partition@4 {
				partition@4 {
					label = "rootfs";
					label = "rootfs";
					reg = <0x1600000 0x10000000>;/*256MB*/
					/* reg = <0x1600000 0x10000000>;*/ /*256MB*/
					reg = <0x1600000 0x14000000>; /*320MB*/
				};
				};
			} ;
			} ;
		} ;
		} ;
+2 −1
Original line number Original line Diff line number Diff line
@@ -152,7 +152,8 @@
				};
				};
				partition@4 {
				partition@4 {
					label = "rootfs";
					label = "rootfs";
					reg = <0x1600000 0x10000000>;/*256MB*/
					/* reg = <0x1600000 0x10000000>;*/ /*256MB*/
					reg = <0x1600000 0x14000000>; /*320MB*/
				};
				};
			} ;
			} ;
		} ;
		} ;