Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370842
b: refs/heads/master
c: 1e612bc
h: refs/heads/master
v: v3
  • Loading branch information
Jiucheng Xu authored and Kumar Gala committed Mar 12, 2013
1 parent d8c529e commit 1063f14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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: 0655149200f3bfc936023a14c4cbea27739078a1
refs/heads/master: 1e612bc71b5f54433f5ea8cc0e5af1f4e60f1217
12 changes: 10 additions & 2 deletions trunk/arch/powerpc/boot/dts/p1021rdb-pc.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,19 @@
};

partition@400000 {
/* 11MB for JFFS2 based Root file System */
reg = <0x00400000 0x00b00000>;
/* 10.75MB for JFFS2 based Root file System */
reg = <0x00400000 0x00ac0000>;
label = "NOR JFFS2 Root File System";
};

partition@ec0000 {
/* This location must not be altered */
/* 256KB for QE ucode firmware*/
reg = <0x00ec0000 0x00040000>;
label = "NOR QE microcode firmware";
read-only;
};

partition@f00000 {
/* This location must not be altered */
/* 512KB for u-boot Bootloader Image */
Expand Down

0 comments on commit 1063f14

Please sign in to comment.