Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303216
b: refs/heads/master
c: d785047
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Apr 20, 2012
1 parent 385d44c commit 202bfde
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cb4e73575e3c66b73ccda811b2ba70339703ea5
refs/heads/master: d78504774435d5fc961f58a92ba7ec441d8b74c9
11 changes: 8 additions & 3 deletions trunk/arch/arm/boot/dts/usb_a9g20.dts
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,24 @@
reg = <0x80000 0x20000>;
};

oftree@80000 {
label = "oftree";
reg = <0xa0000 0x20000>;
};

kernel@a0000 {
label = "kernel";
reg = <0xa0000 0x400000>;
reg = <0xc0000 0x400000>;
};

rootfs@4a0000 {
label = "rootfs";
reg = <0x4a0000 0x7800000>;
reg = <0x4c0000 0x7800000>;
};

data@7ca0000 {
label = "data";
reg = <0x7ca0000 0x8360000>;
reg = <0x7cc0000 0x8340000>;
};
};

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-at91/board-usb-a926x.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ static struct mtd_partition __initdata ek_nand_partition[] = {
.name = "bareboxenv2",
.offset = MTDPART_OFS_NXTBLK,
.size = SZ_128K,
}, {
.name = "oftree",
.offset = MTDPART_OFS_NXTBLK,
.size = SZ_128K,
}, {
.name = "kernel",
.offset = MTDPART_OFS_NXTBLK,
Expand Down

0 comments on commit 202bfde

Please sign in to comment.