aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf548/boards/cm_bf548.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf548/boards/cm_bf548.c')
-rw-r--r--arch/blackfin/mach-bf548/boards/cm_bf548.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c
index 36f56f9ffd05..c5609ff805f8 100644
--- a/arch/blackfin/mach-bf548/boards/cm_bf548.c
+++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c
@@ -38,7 +38,6 @@
38#include <linux/interrupt.h> 38#include <linux/interrupt.h>
39#include <linux/usb/musb.h> 39#include <linux/usb/musb.h>
40#include <asm/bfin5xx_spi.h> 40#include <asm/bfin5xx_spi.h>
41#include <asm/cplb.h>
42#include <asm/dma.h> 41#include <asm/dma.h>
43#include <asm/gpio.h> 42#include <asm/gpio.h>
44#include <asm/nand.h> 43#include <asm/nand.h>
@@ -329,12 +328,12 @@ static struct mtd_partition partition_info[] = {
329 { 328 {
330 .name = "linux kernel(nand)", 329 .name = "linux kernel(nand)",
331 .offset = 0, 330 .offset = 0,
332 .size = 4 * SIZE_1M, 331 .size = 4 * 1024 * 1024,
333 }, 332 },
334 { 333 {
335 .name = "file system(nand)", 334 .name = "file system(nand)",
336 .offset = 4 * SIZE_1M, 335 .offset = 4 * 1024 * 1024,
337 .size = (256 - 4) * SIZE_1M, 336 .size = (256 - 4) * 1024 * 1024,
338 }, 337 },
339}; 338};
340 339