|
@@ -171,6 +171,10 @@ static struct mtd_partition __initdata ek_nand_partition[] = {
|
|
.name = "bareboxenv2",
|
|
.name = "bareboxenv2",
|
|
.offset = MTDPART_OFS_NXTBLK,
|
|
.offset = MTDPART_OFS_NXTBLK,
|
|
.size = SZ_128K,
|
|
.size = SZ_128K,
|
|
|
|
+ }, {
|
|
|
|
+ .name = "oftree",
|
|
|
|
+ .offset = MTDPART_OFS_NXTBLK,
|
|
|
|
+ .size = SZ_128K,
|
|
}, {
|
|
}, {
|
|
.name = "kernel",
|
|
.name = "kernel",
|
|
.offset = MTDPART_OFS_NXTBLK,
|
|
.offset = MTDPART_OFS_NXTBLK,
|