summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-02-01 17:02:33 +0100
committerSteffen Sledz <sledz@dresearch.de>2010-02-04 14:04:18 +0100
commitafc0667965549d0ac1cc5cd93a30c2aa8e47dc28 (patch)
treeea38a8641d5fed4b3ff196f68808708bdab32e68 /recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch
parent49b1ca2b12b330551a8b6e724dff2c00666c05c4 (diff)
oxnas: remove support for oxnas machine
OXNAS machine was only used as prototyp for HIPOX machine and is not needed any longer. Because of constant build problems support is finished. Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch')
-rw-r--r--recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch b/recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch
deleted file mode 100644
index 89af49bd91..0000000000
--- a/recipes/linux/linux-2.6.24/oxnas/oxnas-pci-max-size.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nurd linux-2.6.24.orig//arch/arm/mach-oxnas/pci.c linux-2.6.24/arch/arm/mach-oxnas/pci.c
---- linux-2.6.24.orig//arch/arm/mach-oxnas/pci.c 2009-03-10 20:29:02.000000000 +0100
-+++ linux-2.6.24/arch/arm/mach-oxnas/pci.c 2009-03-10 21:10:47.000000000 +0100
-@@ -78,12 +78,14 @@
- static unsigned long pci_trhfa_timeout = 0;
- #endif // CONFIG_OXNAS_PCI_RESET
-
-+// processor allows up to 8MB PCI address ranges maximum by design
-+// we split this up to 4MB prefetchable and 4MB non-prefetchable
-+
- #define PCI_BUS_NONMEM_START 0x00000000
--#define PCI_BUS_NONMEM_SIZE 0x00080000
--
-+#define PCI_BUS_NONMEM_SIZE 0x00400000
-
- #define PCI_BUS_PREMEM_START PCI_BUS_NONMEM_START + PCI_BUS_NONMEM_SIZE
--#define PCI_BUS_PREMEM_SIZE 0x00080000
-+#define PCI_BUS_PREMEM_SIZE 0x00400000
-
- #define SYNOPSYS_PCI_MEMORY_BASE_ADDRESS PCI_BASE_ADDRESS_0
- #define SYNOPSYS_PCI_DUAL_CYCLE_BASE_ADDRESS PCI_BASE_ADDRESS_2