projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529688f
)
MIPS: BCM63XX: use the new bcm63xxpart parser
author
Jonas Gorski
<
[email protected]
>
Mon, 5 Dec 2011 15:08:10 +0000
(16:08 +0100)
committer
David Woodhouse
<
[email protected]
>
Mon, 9 Jan 2012 18:16:25 +0000
(18:16 +0000)
Signed-off-by: Jonas Gorski <
[email protected]
>
Acked-by: Florian Fainelli <
[email protected]
>
Signed-off-by: Artem Bityutskiy <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
arch/mips/bcm63xx/boards/board_bcm963xx.c
patch
|
blob
|
history
diff --git
a/arch/mips/bcm63xx/boards/board_bcm963xx.c
b/arch/mips/bcm63xx/boards/board_bcm963xx.c
index 40b223b603be588ea6702579cd658c170e2f0384..c22385400fc979cbeb1d6d9d249f2cab3404f48b 100644
(file)
--- a/
arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/
arch/mips/bcm63xx/boards/board_bcm963xx.c
@@
-834,10
+834,13
@@
static struct mtd_partition mtd_partitions[] = {
}
};
+static const char *bcm63xx_part_types[] = { "bcm63xxpart", NULL };
+
static struct physmap_flash_data flash_data = {
.width = 2,
.nr_parts = ARRAY_SIZE(mtd_partitions),
.parts = mtd_partitions,
+ .part_probe_types = bcm63xx_part_types,
};
static struct resource mtd_resources[] = {