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

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

parent e37debfc
...@@ -152,7 +152,8 @@ ...@@ -152,7 +152,8 @@
}; };
partition@4 { partition@4 {
label = "rootfs"; label = "rootfs";
reg = <0x1600000 0x10000000>;/*256MB*/ /* reg = <0x1600000 0x10000000>;*/ /*256MB*/
reg = <0x1600000 0x14000000>; /*320MB*/
}; };
} ; } ;
} ; } ;
......
...@@ -152,7 +152,8 @@ ...@@ -152,7 +152,8 @@
}; };
partition@4 { partition@4 {
label = "rootfs"; label = "rootfs";
reg = <0x1600000 0x10000000>;/*256MB*/ /* reg = <0x1600000 0x10000000>;*/ /*256MB*/
reg = <0x1600000 0x14000000>; /*320MB*/
}; };
} ; } ;
} ; } ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment