From b47e0c9f48378f4eef28115ad57862a5570c9d4b Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 27 Apr 2009 15:47:46 +0000 Subject: brcm47xx: remove 2.6.25 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15448 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.25/100-board_support.patch | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 target/linux/brcm47xx/patches-2.6.25/100-board_support.patch (limited to 'target/linux/brcm47xx/patches-2.6.25/100-board_support.patch') diff --git a/target/linux/brcm47xx/patches-2.6.25/100-board_support.patch b/target/linux/brcm47xx/patches-2.6.25/100-board_support.patch deleted file mode 100644 index b48215d3c..000000000 --- a/target/linux/brcm47xx/patches-2.6.25/100-board_support.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- a/arch/mips/Kconfig -+++ b/arch/mips/Kconfig -@@ -50,8 +50,10 @@ config BCM47XX - select SYS_SUPPORTS_32BIT_KERNEL - select SYS_SUPPORTS_LITTLE_ENDIAN - select SSB -+ select SSB_SERIAL - select SSB_DRIVER_MIPS - select SSB_DRIVER_EXTIF -+ select SSB_DRIVER_PCICORE - select SSB_PCICORE_HOSTMODE if PCI - select GENERIC_GPIO - select SYS_HAS_EARLY_PRINTK -@@ -790,6 +792,7 @@ config CSRC_SB1250 - - config CFE - bool -+ # Common Firmware Environment - - config DMA_COHERENT - bool ---- a/include/asm-mips/bootinfo.h -+++ b/include/asm-mips/bootinfo.h -@@ -94,6 +94,12 @@ - #define MACH_MSP7120_FPGA 5 /* PMC-Sierra MSP7120 Emulation */ - #define MACH_MSP_OTHER 255 /* PMC-Sierra unknown board type */ - -+/* -+ * Valid machtype for group Broadcom -+ */ -+#define MACH_GROUP_BRCM 23 /* Broadcom */ -+#define MACH_BCM47XX 1 /* Broadcom BCM47xx */ -+ - #define CL_SIZE COMMAND_LINE_SIZE - - extern char *system_type; ---- a/include/linux/pci_ids.h -+++ b/include/linux/pci_ids.h -@@ -2001,6 +2001,7 @@ - #define PCI_DEVICE_ID_TIGON3_5906M 0x1713 - #define PCI_DEVICE_ID_BCM4401 0x4401 - #define PCI_DEVICE_ID_BCM4401B0 0x4402 -+#define PCI_DEVICE_ID_BCM4713 0x4713 - - #define PCI_VENDOR_ID_TOPIC 0x151f - #define PCI_DEVICE_ID_TOPIC_TP560 0x0000 -- cgit v1.2.3