Skip to content

Commit

Permalink
spark7162 change layout
Browse files Browse the repository at this point in the history
  • Loading branch information
titanobi committed Jan 24, 2015
1 parent ea4ecd3 commit 92582e5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ index 78e905e..5d19d2a 100644
+ {
+ .name = "Root",
+ .offset = 0x18800000,
+ .size = 0x04000000 //64M
+ .size = 0x02000000
+ },
+ {
+ .name = "Mnt",
+ .offset = 0x1C800000,
+ .size = 0x03700000 //55M cc changed reserved 1024KB for u-boot bbt
+ .offset = 0x1a800000;
+ .size = 0x5700000 // cc changed reserved 1024KB for u-boot bbt
+ },
+ {
+ .name = "Full",
Expand Down

0 comments on commit 92582e5

Please sign in to comment.