diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:54:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:54:02 +0000 |
commit | b86e82e5cc54f03f9207411197e15f431d2173ff (patch) | |
tree | 4dd3c3dbab10b500f140c685de43ee19057b2d5f /target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch | |
parent | db831511d2091907eef52519ebcc47f54cfd6d33 (diff) | |
download | mtk-20170518-b86e82e5cc54f03f9207411197e15f431d2173ff.zip mtk-20170518-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.gz mtk-20170518-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.bz2 |
s3c2442: R.I.P.
It is broken and it is not maintained by anyone since long time.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34767
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch b/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch deleted file mode 100644 index 926af21..0000000 --- a/target/linux/s3c24xx/patches-2.6.30/014-neo1973_mach.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- a/arch/arm/plat-s3c24xx/Kconfig -+++ b/arch/arm/plat-s3c24xx/Kconfig -@@ -112,4 +112,20 @@ config MACH_SMDK - help - Common machine code for SMDK2410 and SMDK2440 - -+config MACH_NEO1973 -+ bool -+ select RFKILL -+ select SERIAL_SAMSUNG -+ select SERIAL_SAMSUNG_CONSOLE -+ help -+ Common machine code for Neo1973 hardware -+ -+config MACH_NEO1973 -+ bool -+ select RFKILL -+ select SERIAL_SAMSUNG -+ select SERIAL_SAMSUNG_CONSOLE -+ help -+ Common machine code for Neo1973 hardware -+ - endif ---- a/arch/arm/mach-s3c2442/Makefile -+++ b/arch/arm/mach-s3c2442/Makefile -@@ -14,3 +14,8 @@ obj-$(CONFIG_CPU_S3C2442) += clock.o - - # Machine support - -+obj-$(CONFIG_MACH_NEO1973) += \ -+ gta02-pm-gsm.o \ -+ gta02-pm-gps.o \ -+ gta02-pm-bt.o \ -+ gta02-pm-wlan.o ---- a/drivers/misc/Makefile -+++ b/drivers/misc/Makefile -@@ -21,3 +21,6 @@ obj-$(CONFIG_HP_ILO) += hpilo.o - obj-$(CONFIG_ISL29003) += isl29003.o - obj-$(CONFIG_C2PORT) += c2port/ - obj-y += eeprom/ -+obj-$(CONFIG_MACH_NEO1973) += gta02_pm_host.o \ -+ gta02_pm_resume_reason.o -+ |