diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-22 07:20:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-22 07:20:53 +0000 |
commit | 631bf8224163ee536eb9e3aa347d810bd59c76fe (patch) | |
tree | 3e2eddde5f2a885c877cc1ff405d94286d6c7535 /target/linux/amazon/patches-2.6.32/100-board.patch | |
parent | f37deb2b1b95489ac2738bca2b00c546bf76db12 (diff) | |
download | mtk-20170518-631bf8224163ee536eb9e3aa347d810bd59c76fe.zip mtk-20170518-631bf8224163ee536eb9e3aa347d810bd59c76fe.tar.gz mtk-20170518-631bf8224163ee536eb9e3aa347d810bd59c76fe.tar.bz2 |
amazon: remove 2.6.3{0,2} support
SVN-Revision: 31433
Diffstat (limited to 'target/linux/amazon/patches-2.6.32/100-board.patch')
-rw-r--r-- | target/linux/amazon/patches-2.6.32/100-board.patch | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/target/linux/amazon/patches-2.6.32/100-board.patch b/target/linux/amazon/patches-2.6.32/100-board.patch deleted file mode 100644 index b109b13..0000000 --- a/target/linux/amazon/patches-2.6.32/100-board.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- a/arch/mips/Kconfig -+++ b/arch/mips/Kconfig -@@ -96,6 +96,22 @@ config BCM63XX - help - Support for BCM63XX based boards - -+config AMAZON -+ bool "Amazon support (EXPERIMENTAL)" -+ depends on EXPERIMENTAL -+ select DMA_NONCOHERENT -+ select IRQ_CPU -+ select CEVT_R4K -+ select CSRC_R4K -+ select SYS_HAS_CPU_MIPS32_R1 -+ select SYS_HAS_CPU_MIPS32_R2 -+ select HAVE_STD_PC_SERIAL_PORT -+ select SYS_SUPPORTS_BIG_ENDIAN -+ select SYS_SUPPORTS_32BIT_KERNEL -+ select SYS_HAS_EARLY_PRINTK -+ select HW_HAS_PCI -+ select SWAP_IO_SPACE -+ - config MIPS_COBALT - bool "Cobalt Server" - select CEVT_R4K -@@ -673,6 +689,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD - - endchoice - -+source "arch/mips/amazon/Kconfig" - source "arch/mips/alchemy/Kconfig" - source "arch/mips/basler/excite/Kconfig" - source "arch/mips/bcm63xx/Kconfig" ---- a/arch/mips/Makefile -+++ b/arch/mips/Makefile -@@ -298,6 +298,13 @@ cflags-$(CONFIG_SOC_AU1X00) += -I$(srctr - - - # -+# Infineon AMAZON -+# -+core-$(CONFIG_AMAZON) += arch/mips/amazon/ -+cflags-$(CONFIG_AMAZON) += -I$(srctree)/arch/mips/include/asm/mach-amazon -+load-$(CONFIG_AMAZON) += 0xffffffff80002000 -+ -+# - # Cobalt Server - # - core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ |