diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:07 +0000 |
commit | 539e0b5b8418cac13b7f0b68254ebc2f8e1b40f7 (patch) | |
tree | 864a658c05356572d8bf029e6e63337fd5f27a61 /target/linux/imx21/patches/010-mach-vp6500.patch | |
parent | e7dee4ea8720277cb805919e0fbe54e1ae8c81a2 (diff) | |
download | upstream-539e0b5b8418cac13b7f0b68254ebc2f8e1b40f7.tar.gz upstream-539e0b5b8418cac13b7f0b68254ebc2f8e1b40f7.tar.bz2 upstream-539e0b5b8418cac13b7f0b68254ebc2f8e1b40f7.zip |
imx21: R.I.P.
It is broken since ~22 months and nobody takes care of that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35487
Diffstat (limited to 'target/linux/imx21/patches/010-mach-vp6500.patch')
-rw-r--r-- | target/linux/imx21/patches/010-mach-vp6500.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/imx21/patches/010-mach-vp6500.patch b/target/linux/imx21/patches/010-mach-vp6500.patch deleted file mode 100644 index 37bfa676f9..0000000000 --- a/target/linux/imx21/patches/010-mach-vp6500.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/arch/arm/mach-imx/Kconfig -+++ b/arch/arm/mach-imx/Kconfig -@@ -83,6 +83,12 @@ if MACH_MX27 - - comment "MX27 platforms:" - -+config MACH_VP6500 -+ bool "Phillips VP6500 VoIP phone" -+ depends on MACH_MX21 -+ help -+ Include support for the Phillips VP6500 VoIP phone. -+ - config MACH_MX27ADS - bool "MX27ADS platform" - select IMX_HAVE_PLATFORM_IMX_I2C ---- a/arch/arm/mach-imx/Makefile -+++ b/arch/arm/mach-imx/Makefile -@@ -32,3 +32,4 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpui - obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o - obj-$(CONFIG_MACH_PCA100) += mach-pca100.o - obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o -+obj-$(CONFIG_MACH_VP6500) += mach-vp6500.o |