summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-24 16:19:17 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-24 16:19:17 +0000
commitc924cb9f74d6b9dd22f08afd7f608756a7902fda (patch)
tree391f872e9338647a85417e9a3270e1cbd8eba22a /target
parent6eed60365d39d10b8d9ae2a3e0a6f44df8b2976a (diff)
[ifxmips] typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20403 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/patches-2.6.30/500-arv452.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ifxmips/patches-2.6.30/500-arv452.patch b/target/linux/ifxmips/patches-2.6.30/500-arv452.patch
index 77dcb7a2e..3ceeb2ca5 100644
--- a/target/linux/ifxmips/patches-2.6.30/500-arv452.patch
+++ b/target/linux/ifxmips/patches-2.6.30/500-arv452.patch
@@ -1,7 +1,7 @@
Index: linux-2.6.30.10/arch/mips/ifxmips/board.c
===================================================================
--- linux-2.6.30.10.orig/arch/mips/ifxmips/board.c 2010-03-24 16:45:31.000000000 +0100
-+++ linux-2.6.30.10/arch/mips/ifxmips/board.c 2010-03-24 16:53:18.000000000 +0100
++++ linux-2.6.30.10/arch/mips/ifxmips/board.c 2010-03-24 17:16:53.000000000 +0100
@@ -52,6 +52,7 @@
EASY50712,
EASY4010,
@@ -30,8 +30,8 @@ Index: linux-2.6.30.10/arch/mips/ifxmips/board.c
#endif
};
-+struct platform_device *arv542_devs[] = {
-+ /*&ifxmips_gpio,*/ &ifxmips_mii, &ifxmips_mtd,
++struct platform_device *arv452_devs[] = {
++ &ifxmips_gpio, &ifxmips_mii, &ifxmips_mtd,
+ &ifxmips_gpio_dev, &ifxmips_wdt, &dwc_usb,
+#ifdef CONFIG_LEDS_GPIO
+ &ifxmips_gpio_leds,
@@ -53,7 +53,7 @@ Index: linux-2.6.30.10/arch/mips/ifxmips/board.c
+ .type = ARV452,
+ .name = "ARV452",
+ .system_type = SYSTEM_DANUBE_CHIPID2,
-+ .devs = arv542_devs,
++ .devs = arv452_devs,
+ .reset_resource = {.name = "reset", .start = 1, .end = 14},
+ .pci_external_clock = 1,
+#ifdef CONFIG_LEDS_GPIO
@@ -68,7 +68,7 @@ Index: linux-2.6.30.10/arch/mips/ifxmips/board.c
break;
+ case ARV452:
+ /* set some sane defaults for the gpios */
-+ board->num_devs = ARRAY_SIZE(arv542_devs);
++ board->num_devs = ARRAY_SIZE(arv452_devs);
+ ifxmips_w32(0x8001e7ff, IFXMIPS_EBU_BUSCON1);
+#ifdef CONFIG_LEDS_GPIO
+ ifxmips_gpio_led_data.num_leds = ARRAY_SIZE(arv452_gpio_leds);