diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/stamp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index caa60997fc2..07f9ad1e189 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c | |||
@@ -118,7 +118,7 @@ static struct mtd_partition stamp_partitions[] = { | |||
118 | .offset = 0, | 118 | .offset = 0, |
119 | }, { | 119 | }, { |
120 | .name = "linux kernel(nor)", | 120 | .name = "linux kernel(nor)", |
121 | .size = 0xE0000, | 121 | .size = 0x180000, |
122 | .offset = MTDPART_OFS_APPEND, | 122 | .offset = MTDPART_OFS_APPEND, |
123 | }, { | 123 | }, { |
124 | .name = "file system(nor)", | 124 | .name = "file system(nor)", |
@@ -169,7 +169,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = { | |||
169 | .mask_flags = MTD_CAP_ROM | 169 | .mask_flags = MTD_CAP_ROM |
170 | }, { | 170 | }, { |
171 | .name = "linux kernel(spi)", | 171 | .name = "linux kernel(spi)", |
172 | .size = 0xe0000, | 172 | .size = 0x180000, |
173 | .offset = MTDPART_OFS_APPEND, | 173 | .offset = MTDPART_OFS_APPEND, |
174 | }, { | 174 | }, { |
175 | .name = "file system(spi)", | 175 | .name = "file system(spi)", |