diff options
Diffstat (limited to 'arch/blackfin/mach-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 1452391fe95d..be20f79a7fe0 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -416,7 +416,7 @@ static struct platform_device net2272_bfin_device = { | |||
416 | static struct mtd_partition bfin_spi_flash_partitions[] = { | 416 | static struct mtd_partition bfin_spi_flash_partitions[] = { |
417 | { | 417 | { |
418 | .name = "bootloader", | 418 | .name = "bootloader", |
419 | .size = 0x00020000, | 419 | .size = 0x00040000, |
420 | .offset = 0, | 420 | .offset = 0, |
421 | .mask_flags = MTD_CAP_ROM | 421 | .mask_flags = MTD_CAP_ROM |
422 | }, { | 422 | }, { |