aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-02-08 13:24:21 +0100
committerKoen Kooi <koen@openembedded.org>2011-02-08 13:24:21 +0100
commit69ad11570cac672d49837b7abe3b19675bf0c6f7 (patch)
tree6abe7682faffa7711744967bff6273093c9ab364 /recipes/linux
parent8da4059223e9c14675dc32fc6ff68348d35b46f2 (diff)
downloadopenembedded-69ad11570cac672d49837b7abe3b19675bf0c6f7.tar.gz
linux-omap 2.6.37: catch up with beagleboardtoys wifi rename
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-omap-2.6.37/base/0013-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-2.6.37/base/0013-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch b/recipes/linux/linux-omap-2.6.37/base/0013-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch
index 9b08d5f682..af12b2c92c 100644
--- a/recipes/linux/linux-omap-2.6.37/base/0013-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch
+++ b/recipes/linux/linux-omap-2.6.37/base/0013-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch
@@ -87,7 +87,7 @@ index 64a181e..59b26da 100644
/* gpio + 0 is "mmc0_cd" (input/IRQ) */
mmc[0].gpio_cd = gpio + 0;
+#if defined(CONFIG_WL1271) || defined(CONFIG_WL1271_MODULE)
-+ if(!strcmp(expansionboard_name, "fixme-beagletoy")) {
++ if(!strcmp(expansionboard_name, "bbtoys-wifi")) {
+ omap2_hsmmc_init(mmcbbt);
+ /* link regulators to MMC adapters */
+ beagle_vmmc1_supply.dev = mmcbbt[0].dev;
@@ -112,7 +112,7 @@ index 64a181e..59b26da 100644
gpio_export(162, 1);
}
-+ if(!strcmp(expansionboard_name, "fixme-beagletoy"))
++ if(!strcmp(expansionboard_name, "bbtoys-wifi"))
+ {
+ if (wl12xx_set_platform_data(&omap_beagle_wlan_data))
+ pr_err("error setting wl12xx data\n");