aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/boards/H8606.c
diff options
context:
space:
mode:
authorRobin Getz <rgetz@blackfin.uclinux.org>2008-08-05 05:47:29 -0400
committerBryan Wu <cooloney@kernel.org>2008-08-05 05:47:29 -0400
commitaa5829776347dbd9eeb461f650c1d085cf463a83 (patch)
tree43ba57fe3eb7b644e08316e78304e57c3a6c838d /arch/blackfin/mach-bf533/boards/H8606.c
parent4a88d0ce494034fbb8dd0076d80e71b38abf5748 (diff)
Blackfin arch: be consistant with parition names, and ensure the bus is identified
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/H8606.c')
-rw-r--r--arch/blackfin/mach-bf533/boards/H8606.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf533/boards/H8606.c b/arch/blackfin/mach-bf533/boards/H8606.c
index 4103a97c1a70..cecbc624e3df 100644
--- a/arch/blackfin/mach-bf533/boards/H8606.c
+++ b/arch/blackfin/mach-bf533/boards/H8606.c
@@ -141,16 +141,16 @@ static struct platform_device net2272_bfin_device = {
141#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) 141#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)
142static struct mtd_partition bfin_spi_flash_partitions[] = { 142static struct mtd_partition bfin_spi_flash_partitions[] = {
143 { 143 {
144 .name = "bootloader", 144 .name = "bootloader(spi)",
145 .size = 0x00060000, 145 .size = 0x00060000,
146 .offset = 0, 146 .offset = 0,
147 .mask_flags = MTD_CAP_ROM 147 .mask_flags = MTD_CAP_ROM
148 }, { 148 }, {
149 .name = "kernel", 149 .name = "linux kernel(spi)",
150 .size = 0x100000, 150 .size = 0x100000,
151 .offset = 0x60000 151 .offset = 0x60000
152 }, { 152 }, {
153 .name = "file system", 153 .name = "file system(spi)",
154 .size = 0x6a0000, 154 .size = 0x6a0000,
155 .offset = 0x00160000, 155 .offset = 0x00160000,
156 } 156 }