aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/boards/ezkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/ezkit.c')
-rw-r--r--arch/blackfin/mach-bf533/boards/ezkit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf533/boards/ezkit.c b/arch/blackfin/mach-bf533/boards/ezkit.c
index 079389cbd859..6a34f1519c07 100644
--- a/arch/blackfin/mach-bf533/boards/ezkit.c
+++ b/arch/blackfin/mach-bf533/boards/ezkit.c
@@ -90,16 +90,16 @@ static struct platform_device smc91x_device = {
90#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) 90#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
91static struct mtd_partition bfin_spi_flash_partitions[] = { 91static struct mtd_partition bfin_spi_flash_partitions[] = {
92 { 92 {
93 .name = "bootloader", 93 .name = "bootloader(spi)",
94 .size = 0x00020000, 94 .size = 0x00020000,
95 .offset = 0, 95 .offset = 0,
96 .mask_flags = MTD_CAP_ROM 96 .mask_flags = MTD_CAP_ROM
97 }, { 97 }, {
98 .name = "kernel", 98 .name = "linux kernel(spi)",
99 .size = 0xe0000, 99 .size = 0xe0000,
100 .offset = MTDPART_OFS_APPEND, 100 .offset = MTDPART_OFS_APPEND,
101 }, { 101 }, {
102 .name = "file system", 102 .name = "file system(spi)",
103 .size = MTDPART_SIZ_FULL, 103 .size = MTDPART_SIZ_FULL,
104 .offset = MTDPART_OFS_APPEND, 104 .offset = MTDPART_OFS_APPEND,
105 } 105 }