summaryrefslogtreecommitdiff
path: root/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-12-06 22:39:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-12-06 22:39:43 +0000
commitafc2b07be18f32327351c73d1e58f8e27fdc29bd (patch)
treefeb35c59476836dbf48640992af895299ccbb89c /target/linux/adm8668/patches-3.3/001-adm8668_arch.patch
parent2dee2133c5d6a3aa87b341c09c8978dd771edb94 (diff)
downloadmtk-20170518-afc2b07be18f32327351c73d1e58f8e27fdc29bd.zip
mtk-20170518-afc2b07be18f32327351c73d1e58f8e27fdc29bd.tar.gz
mtk-20170518-afc2b07be18f32327351c73d1e58f8e27fdc29bd.tar.bz2
get rid of the specific UART driver and use AMBA PL010
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34548
Diffstat (limited to 'target/linux/adm8668/patches-3.3/001-adm8668_arch.patch')
-rw-r--r--target/linux/adm8668/patches-3.3/001-adm8668_arch.patch12
1 files changed, 9 insertions, 3 deletions
diff --git a/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch b/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch
index 53a627e..541b0bf 100644
--- a/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch
+++ b/target/linux/adm8668/patches-3.3/001-adm8668_arch.patch
@@ -10,7 +10,7 @@
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -105,6 +105,27 @@ config BCM47XX
+@@ -105,6 +105,25 @@ config BCM47XX
help
Support for BCM47XX based boards
@@ -28,8 +28,6 @@
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select DMA_NONCOHERENT
+ select SWAP_IO_SPACE
-+ select SERIAL_ADM8668
-+ select SERIAL_ADM8668_CONSOLE
+ select SYS_HAS_EARLY_PRINTK
+ help
+ ADM8668 board support by neutronscott
@@ -38,3 +36,11 @@
config BCM63XX
bool "Broadcom BCM63XX based boards"
select CEVT_R4K
+@@ -813,6 +833,7 @@ config NLM_XLP_BOARD
+
+ endchoice
+
++source "arch/mips/adm8668/Kconfig"
+ source "arch/mips/alchemy/Kconfig"
+ source "arch/mips/ath79/Kconfig"
+ source "arch/mips/bcm47xx/Kconfig"