Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92320
b: refs/heads/master
c: ac76d88
h: refs/heads/master
v: v3
  • Loading branch information
Grace Pan authored and Bryan Wu committed Apr 23, 2008
1 parent 7352777 commit 1cec91a
Show file tree
Hide file tree
Showing 4 changed files with 4 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: bc6e0fa1596ff0c2cc0de0d000270050b6ba43bf
refs/heads/master: ac76d889b5e1f829f71a1527a00dc8048c2c2660
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf527/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ static struct platform_device net2272_bfin_device = {
static struct mtd_partition bfin_spi_flash_partitions[] = {
{
.name = "bootloader",
.size = 0x00020000,
.size = 0x00040000,
.offset = 0,
.mask_flags = MTD_CAP_ROM
}, {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ static struct mtd_partition ezkit_partitions[] = {
.offset = 0,
}, {
.name = "Kernel",
.size = 0xE0000,
.size = 0x1C0000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "RootFS",
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf561/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static struct mtd_partition ezkit_partitions[] = {
.offset = 0,
}, {
.name = "Kernel",
.size = 0xE0000,
.size = 0x1C0000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "RootFS",
Expand Down

0 comments on commit 1cec91a

Please sign in to comment.