From 3a9e4ba8960ae2bfa327f1a4911b104b6cbb523e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 30 Jun 2015 23:26:02 +0000 Subject: brcm63xx: unbreak board_probe_switch again Also move it to an earlier place so new boards added are less likely to confuse quilt. Fixes #19965. Signed-off-by: Jonas Gorski SVN-Revision: 46148 --- target/linux/brcm63xx/patches-4.1/537-board_fast2504n.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm63xx/patches-4.1/537-board_fast2504n.patch') diff --git a/target/linux/brcm63xx/patches-4.1/537-board_fast2504n.patch b/target/linux/brcm63xx/patches-4.1/537-board_fast2504n.patch index 1d70064202..b423df3bb1 100644 --- a/target/linux/brcm63xx/patches-4.1/537-board_fast2504n.patch +++ b/target/linux/brcm63xx/patches-4.1/537-board_fast2504n.patch @@ -6,7 +6,7 @@ Signed-off-by: Max Staudt --- --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1710,6 +1710,43 @@ static struct board_info __initdata boar +@@ -1736,6 +1736,43 @@ static struct board_info __initdata boar .devs = nb6_devices, .num_devs = ARRAY_SIZE(nb6_devices), }; @@ -50,7 +50,7 @@ Signed-off-by: Max Staudt #endif /* CONFIG_BCM63XX_CPU_6362 */ /* -@@ -1875,6 +1912,7 @@ static const struct board_info __initcon +@@ -1901,6 +1938,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6362 &board_nb6, @@ -58,7 +58,7 @@ Signed-off-by: Max Staudt #endif #ifdef CONFIG_BCM63XX_CPU_6368 -@@ -1956,6 +1994,7 @@ static struct of_device_id const bcm963x +@@ -1982,6 +2020,7 @@ static struct of_device_id const bcm963x { .compatible = "telsey,cpva642", .data = &board_CPVA642, }, #endif #ifdef CONFIG_BCM63XX_CPU_6362 -- cgit v1.2.3