diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 628f21889e22..397ddf6b8106 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -40,7 +40,6 @@ | |||
40 | #include <linux/interrupt.h> | 40 | #include <linux/interrupt.h> |
41 | #include <linux/usb/musb.h> | 41 | #include <linux/usb/musb.h> |
42 | #include <asm/bfin5xx_spi.h> | 42 | #include <asm/bfin5xx_spi.h> |
43 | #include <asm/cplb.h> | ||
44 | #include <asm/dma.h> | 43 | #include <asm/dma.h> |
45 | #include <asm/gpio.h> | 44 | #include <asm/gpio.h> |
46 | #include <asm/nand.h> | 45 | #include <asm/nand.h> |
@@ -375,7 +374,7 @@ static struct mtd_partition partition_info[] = { | |||
375 | { | 374 | { |
376 | .name = "linux kernel(nand)", | 375 | .name = "linux kernel(nand)", |
377 | .offset = 0, | 376 | .offset = 0, |
378 | .size = 4 * SIZE_1M, | 377 | .size = 4 * 1024 * 1024, |
379 | }, | 378 | }, |
380 | { | 379 | { |
381 | .name = "file system(nand)", | 380 | .name = "file system(nand)", |