From ccc459af62312c71f100720e3703c1e464d334c8 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 28 Apr 2012 10:39:47 +0000 Subject: adm8668: nuke 2.6.36 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31496 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../adm8668/patches-2.6.36/002-adm8668_uart.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 target/linux/adm8668/patches-2.6.36/002-adm8668_uart.patch (limited to 'target/linux/adm8668/patches-2.6.36/002-adm8668_uart.patch') diff --git a/target/linux/adm8668/patches-2.6.36/002-adm8668_uart.patch b/target/linux/adm8668/patches-2.6.36/002-adm8668_uart.patch deleted file mode 100644 index 44fcd29de3..0000000000 --- a/target/linux/adm8668/patches-2.6.36/002-adm8668_uart.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/drivers/serial/Kconfig -+++ b/drivers/serial/Kconfig -@@ -1510,6 +1510,25 @@ - If you have enabled the serial port on the bcm63xx CPU - you can make it the console by answering Y to this option. - -+config SERIAL_ADM8668 -+ tristate "ADM8668 serial port support" -+ select SERIAL_CORE -+ depends on ADM8668 -+ help -+ If you have an adm8668 CPU, you can enable its onboard -+ serial port by enabling this options. -+ -+ To compile this driver as a module, choose M here: the -+ module will be called adm8668_uart. -+ -+config SERIAL_ADM8668_CONSOLE -+ bool "Console on adm8668 serial port" -+ depends on SERIAL_ADM8668=y -+ select SERIAL_CORE_CONSOLE -+ help -+ If you have enabled the serial port on the adm8668 CPU -+ you can make it the console by answering Y to this option. -+ - config SERIAL_GRLIB_GAISLER_APBUART - tristate "GRLIB APBUART serial support" - depends on OF ---- a/include/linux/serial_core.h -+++ b/include/linux/serial_core.h -@@ -196,6 +196,9 @@ - /* High Speed UART for Medfield */ - #define PORT_MFD 95 - -+/* ADM8668 UART */ -+#define PORT_ADM8668 93 -+ - #ifdef __KERNEL__ - - #include - -- cgit v1.2.3