Commit aa582977 authored by Robin Getz's avatar Robin Getz Committed by Bryan Wu

Blackfin arch: be consistant with parition names, and ensure the bus is identified

Signed-off-by: default avatarRobin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 4a88d0ce
...@@ -160,15 +160,15 @@ static struct platform_device musb_device = { ...@@ -160,15 +160,15 @@ static struct platform_device musb_device = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
static struct mtd_partition ezkit_partitions[] = { static struct mtd_partition ezkit_partitions[] = {
{ {
.name = "Bootloader", .name = "bootloader(nor)",
.size = 0x40000, .size = 0x40000,
.offset = 0, .offset = 0,
}, { }, {
.name = "Kernel", .name = "linux kernel(nor)",
.size = 0x1C0000, .size = 0x1C0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "RootFS", .name = "file system(nor)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
...@@ -200,12 +200,12 @@ static struct platform_device ezkit_flash_device = { ...@@ -200,12 +200,12 @@ static struct platform_device ezkit_flash_device = {
#if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE) #if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE)
static struct mtd_partition partition_info[] = { static struct mtd_partition partition_info[] = {
{ {
.name = "Linux Kernel", .name = "linux kernel(nand)",
.offset = 0, .offset = 0,
.size = 4 * SIZE_1M, .size = 4 * SIZE_1M,
}, },
{ {
.name = "File System", .name = "file system(nand)",
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
}, },
...@@ -438,12 +438,12 @@ static struct platform_device net2272_bfin_device = { ...@@ -438,12 +438,12 @@ static struct platform_device net2272_bfin_device = {
|| defined(CONFIG_MTD_M25P80_MODULE) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00040000, .size = 0x00040000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel", .name = "linux kernel(spi)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
...@@ -177,15 +177,15 @@ static struct platform_device bf52x_t350mcqb_device = { ...@@ -177,15 +177,15 @@ static struct platform_device bf52x_t350mcqb_device = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
static struct mtd_partition ezkit_partitions[] = { static struct mtd_partition ezkit_partitions[] = {
{ {
.name = "Bootloader", .name = "bootloader(nor)",
.size = 0x40000, .size = 0x40000,
.offset = 0, .offset = 0,
}, { }, {
.name = "Kernel", .name = "linux kernel(nor)",
.size = 0x1C0000, .size = 0x1C0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "RootFS", .name = "file system(nor)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
...@@ -217,12 +217,12 @@ static struct platform_device ezkit_flash_device = { ...@@ -217,12 +217,12 @@ static struct platform_device ezkit_flash_device = {
#if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE) #if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE)
static struct mtd_partition partition_info[] = { static struct mtd_partition partition_info[] = {
{ {
.name = "Linux Kernel", .name = "linux kernel(nand)",
.offset = 0, .offset = 0,
.size = 4 * SIZE_1M, .size = 4 * SIZE_1M,
}, },
{ {
.name = "File System", .name = "file system(nand)",
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
}, },
...@@ -460,12 +460,12 @@ static struct platform_device net2272_bfin_device = { ...@@ -460,12 +460,12 @@ static struct platform_device net2272_bfin_device = {
|| defined(CONFIG_MTD_M25P80_MODULE) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00040000, .size = 0x00040000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel", .name = "linux kernel(spi)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
...@@ -141,16 +141,16 @@ static struct platform_device net2272_bfin_device = { ...@@ -141,16 +141,16 @@ static struct platform_device net2272_bfin_device = {
#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00060000, .size = 0x00060000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0x100000, .size = 0x100000,
.offset = 0x60000 .offset = 0x60000
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = 0x6a0000, .size = 0x6a0000,
.offset = 0x00160000, .offset = 0x00160000,
} }
......
...@@ -53,16 +53,16 @@ const char bfin_board_name[] = "Bluetechnix CM BF533"; ...@@ -53,16 +53,16 @@ const char bfin_board_name[] = "Bluetechnix CM BF533";
#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00020000, .size = 0x00020000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = 0x20000 .offset = 0x20000
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = 0x700000, .size = 0x700000,
.offset = 0x00100000, .offset = 0x00100000,
} }
......
...@@ -90,16 +90,16 @@ static struct platform_device smc91x_device = { ...@@ -90,16 +90,16 @@ static struct platform_device smc91x_device = {
#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00020000, .size = 0x00020000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
...@@ -114,15 +114,15 @@ static struct platform_device net2272_bfin_device = { ...@@ -114,15 +114,15 @@ static struct platform_device net2272_bfin_device = {
#if defined(CONFIG_MTD_BFIN_ASYNC) || defined(CONFIG_MTD_BFIN_ASYNC_MODULE) #if defined(CONFIG_MTD_BFIN_ASYNC) || defined(CONFIG_MTD_BFIN_ASYNC_MODULE)
static struct mtd_partition stamp_partitions[] = { static struct mtd_partition stamp_partitions[] = {
{ {
.name = "Bootloader", .name = "bootloader(nor)",
.size = 0x40000, .size = 0x40000,
.offset = 0, .offset = 0,
}, { }, {
.name = "Kernel", .name = "linux kernel(nor)",
.size = 0xE0000, .size = 0xE0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "RootFS", .name = "file system(nor)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
...@@ -164,16 +164,16 @@ static struct platform_device stamp_flash_device = { ...@@ -164,16 +164,16 @@ static struct platform_device stamp_flash_device = {
#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00040000, .size = 0x00040000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
...@@ -56,16 +56,16 @@ const char bfin_board_name[] = "Bluetechnix CM BF537"; ...@@ -56,16 +56,16 @@ const char bfin_board_name[] = "Bluetechnix CM BF537";
#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00020000, .size = 0x00020000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = 0x20000 .offset = 0x20000
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = 0x700000, .size = 0x700000,
.offset = 0x00100000, .offset = 0x00100000,
} }
......
...@@ -307,16 +307,16 @@ static struct platform_device net2272_bfin_device = { ...@@ -307,16 +307,16 @@ static struct platform_device net2272_bfin_device = {
|| defined(CONFIG_MTD_M25P80_MODULE) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00020000, .size = 0x00020000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = 0x20000 .offset = 0x20000
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = 0x700000, .size = 0x700000,
.offset = 0x00100000, .offset = 0x00100000,
} }
......
...@@ -100,16 +100,16 @@ static struct platform_device net2272_bfin_device = { ...@@ -100,16 +100,16 @@ static struct platform_device net2272_bfin_device = {
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "uboot", .name = "bootloader(spi)",
.size = PSIZE_UBOOT, .size = PSIZE_UBOOT,
.offset = 0x000000, .offset = 0x000000,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "initramfs", .name = "initramfs(spi)",
.size = PSIZE_INITRAMFS, .size = PSIZE_INITRAMFS,
.offset = PSIZE_UBOOT .offset = PSIZE_UBOOT
}, { }, {
.name = "opt", .name = "opt(spi)",
.size = FLASH_SIZE - (PSIZE_UBOOT + PSIZE_INITRAMFS), .size = FLASH_SIZE - (PSIZE_UBOOT + PSIZE_INITRAMFS),
.offset = PSIZE_UBOOT + PSIZE_INITRAMFS, .offset = PSIZE_UBOOT + PSIZE_INITRAMFS,
} }
......
...@@ -231,16 +231,16 @@ static struct platform_device net2272_bfin_device = { ...@@ -231,16 +231,16 @@ static struct platform_device net2272_bfin_device = {
|| defined(CONFIG_MTD_M25P80_MODULE) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00020000, .size = 0x00020000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = 0x20000 .offset = 0x20000
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = 0x700000, .size = 0x700000,
.offset = 0x00100000, .offset = 0x00100000,
} }
......
...@@ -364,11 +364,11 @@ const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL }; ...@@ -364,11 +364,11 @@ const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL };
static struct mtd_partition bfin_plat_nand_partitions[] = { static struct mtd_partition bfin_plat_nand_partitions[] = {
{ {
.name = "linux kernel", .name = "linux kernel(nand)",
.size = 0x400000, .size = 0x400000,
.offset = 0, .offset = 0,
}, { }, {
.name = "file system", .name = "file system(nand)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, },
...@@ -439,19 +439,19 @@ static void bfin_plat_nand_init(void) {} ...@@ -439,19 +439,19 @@ static void bfin_plat_nand_init(void) {}
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
static struct mtd_partition stamp_partitions[] = { static struct mtd_partition stamp_partitions[] = {
{ {
.name = "Bootloader", .name = "bootloader(nor)",
.size = 0x40000, .size = 0x40000,
.offset = 0, .offset = 0,
}, { }, {
.name = "Kernel", .name = "linux kernel(nor)",
.size = 0xE0000, .size = 0xE0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "RootFS", .name = "file system(nor)",
.size = 0x400000 - 0x40000 - 0xE0000 - 0x10000, .size = 0x400000 - 0x40000 - 0xE0000 - 0x10000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "MAC Address", .name = "MAC Address(nor)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = 0x3F0000, .offset = 0x3F0000,
.mask_flags = MTD_WRITEABLE, .mask_flags = MTD_WRITEABLE,
...@@ -485,16 +485,16 @@ static struct platform_device stamp_flash_device = { ...@@ -485,16 +485,16 @@ static struct platform_device stamp_flash_device = {
|| defined(CONFIG_MTD_M25P80_MODULE) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00040000, .size = 0x00040000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
...@@ -319,12 +319,12 @@ static struct platform_device bfin_atapi_device = { ...@@ -319,12 +319,12 @@ static struct platform_device bfin_atapi_device = {
#if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE) #if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE)
static struct mtd_partition partition_info[] = { static struct mtd_partition partition_info[] = {
{ {
.name = "Linux Kernel", .name = "linux kernel(nand)",
.offset = 0, .offset = 0,
.size = 4 * SIZE_1M, .size = 4 * SIZE_1M,
}, },
{ {
.name = "File System", .name = "file system(nand)",
.offset = 4 * SIZE_1M, .offset = 4 * SIZE_1M,
.size = (256 - 4) * SIZE_1M, .size = (256 - 4) * SIZE_1M,
}, },
...@@ -377,12 +377,12 @@ static struct platform_device bf54x_sdh_device = { ...@@ -377,12 +377,12 @@ static struct platform_device bf54x_sdh_device = {
/* SPI flash chip (m25p16) */ /* SPI flash chip (m25p16) */
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00040000, .size = 0x00040000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel", .name = "linux kernel(spi)",
.size = 0x1c0000, .size = 0x1c0000,
.offset = 0x40000 .offset = 0x40000
} }
......
...@@ -365,12 +365,12 @@ static struct platform_device bfin_atapi_device = { ...@@ -365,12 +365,12 @@ static struct platform_device bfin_atapi_device = {
#if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE) #if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE)
static struct mtd_partition partition_info[] = { static struct mtd_partition partition_info[] = {
{ {
.name = "Linux Kernel", .name = "linux kernel(nand)",
.offset = 0, .offset = 0,
.size = 4 * SIZE_1M, .size = 4 * SIZE_1M,
}, },
{ {
.name = "File System", .name = "file system(nand)",
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
}, },
...@@ -419,15 +419,15 @@ static struct platform_device bf54x_sdh_device = { ...@@ -419,15 +419,15 @@ static struct platform_device bf54x_sdh_device = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
static struct mtd_partition ezkit_partitions[] = { static struct mtd_partition ezkit_partitions[] = {
{ {
.name = "Bootloader", .name = "bootloader(nor)",
.size = 0x40000, .size = 0x40000,
.offset = 0, .offset = 0,
}, { }, {
.name = "Kernel", .name = "linux kernel(nor)",
.size = 0x1C0000, .size = 0x1C0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "RootFS", .name = "file system(nor)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
...@@ -461,12 +461,12 @@ static struct platform_device ezkit_flash_device = { ...@@ -461,12 +461,12 @@ static struct platform_device ezkit_flash_device = {
/* SPI flash chip (m25p16) */ /* SPI flash chip (m25p16) */
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00040000, .size = 0x00040000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel", .name = "linux kernel(spi)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
...@@ -54,16 +54,16 @@ const char bfin_board_name[] = "Bluetechnix CM BF561"; ...@@ -54,16 +54,16 @@ const char bfin_board_name[] = "Bluetechnix CM BF561";
#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
static struct mtd_partition bfin_spi_flash_partitions[] = { static struct mtd_partition bfin_spi_flash_partitions[] = {
{ {
.name = "bootloader", .name = "bootloader(spi)",
.size = 0x00020000, .size = 0x00020000,
.offset = 0, .offset = 0,
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "kernel", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0xe0000,
.offset = 0x20000 .offset = 0x20000
}, { }, {
.name = "file system", .name = "file system(spi)",
.size = 0x700000, .size = 0x700000,
.offset = 0x00100000, .offset = 0x00100000,
} }
......
...@@ -243,15 +243,15 @@ static struct platform_device bfin_sir_device = { ...@@ -243,15 +243,15 @@ static struct platform_device bfin_sir_device = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
static struct mtd_partition ezkit_partitions[] = { static struct mtd_partition ezkit_partitions[] = {
{ {
.name = "Bootloader", .name = "bootloader(nor)",
.size = 0x40000, .size = 0x40000,
.offset = 0, .offset = 0,
}, { }, {
.name = "Kernel", .name = "linux kernel(nor)",
.size = 0x1C0000, .size = 0x1C0000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "RootFS", .name = "file system(nor)",
.size = MTDPART_SIZ_FULL, .size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment