diff options
author | John Crispin <john@openwrt.org> | 2015-02-02 10:32:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-02 10:32:04 +0000 |
commit | baaef4295286f02f8f81493ae84885afdd8acb37 (patch) | |
tree | ab26f684c8e917129e0186e93c62aef20ff0153d /target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch | |
parent | b41bf7479e773018a5ea1ba9f8279676a8c1dafd (diff) | |
download | upstream-baaef4295286f02f8f81493ae84885afdd8acb37.tar.gz upstream-baaef4295286f02f8f81493ae84885afdd8acb37.tar.bz2 upstream-baaef4295286f02f8f81493ae84885afdd8acb37.zip |
ar71xx: Revert "added board support for compex wpj558"
This reverts commit f7873071561d82e75ba2dc46433a2982fef8ac6f.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44245
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch b/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch index 407755e7d6..67c1faf9b0 100644 --- a/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch +++ b/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch @@ -8,7 +8,7 @@ #include "common.h" -@@ -69,6 +70,40 @@ static const char * __init ath79_prom_fi +@@ -69,6 +70,37 @@ static const char * __init ath79_prom_fi return ret; } @@ -29,9 +29,6 @@ + case DEVID_COMPEX_WPE72: + ath79_prom_append_cmdline("board", "WPE72"); + break; -+ case DEVID_COMPEX_WPJ558: -+ ath79_prom_append_cmdline("board", "WPJ558"); -+ break; + default: + pr_warn("prom: unknown device id: %x\n", mylo->did); + return 0; |