aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf561/boards/ezkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf561/boards/ezkit.c')
-rw-r--r--arch/blackfin/mach-bf561/boards/ezkit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c
index bc6feded8569..2affbdf2fb4a 100644
--- a/arch/blackfin/mach-bf561/boards/ezkit.c
+++ b/arch/blackfin/mach-bf561/boards/ezkit.c
@@ -243,15 +243,15 @@ static struct platform_device bfin_sir_device = {
243#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) 243#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
244static struct mtd_partition ezkit_partitions[] = { 244static struct mtd_partition ezkit_partitions[] = {
245 { 245 {
246 .name = "Bootloader", 246 .name = "bootloader(nor)",
247 .size = 0x40000, 247 .size = 0x40000,
248 .offset = 0, 248 .offset = 0,
249 }, { 249 }, {
250 .name = "Kernel", 250 .name = "linux kernel(nor)",
251 .size = 0x1C0000, 251 .size = 0x1C0000,
252 .offset = MTDPART_OFS_APPEND, 252 .offset = MTDPART_OFS_APPEND,
253 }, { 253 }, {
254 .name = "RootFS", 254 .name = "file system(nor)",
255 .size = MTDPART_SIZ_FULL, 255 .size = MTDPART_SIZ_FULL,
256 .offset = MTDPART_OFS_APPEND, 256 .offset = MTDPART_OFS_APPEND,
257 } 257 }