[backfire] generic-2.4: fix missing symbol in ip6tables REJECT target on brcm-2.4...
[openwrt-10.03/.git] / target / linux / ixp4xx / patches-2.6.32 / 010-ixp43x_pci_fixup.patch
1 --- a/arch/arm/mach-ixp4xx/include/mach/hardware.h
2 +++ b/arch/arm/mach-ixp4xx/include/mach/hardware.h
3 @@ -18,7 +18,7 @@
4  #define __ASM_ARCH_HARDWARE_H__
5  
6  #define PCIBIOS_MIN_IO         0x00001000
7 -#define PCIBIOS_MIN_MEM                (cpu_is_ixp43x() ? 0x40000000 : 0x48000000)
8 +#define PCIBIOS_MIN_MEM                0x48000000
9  
10  /*
11   * We override the standard dma-mask routines for bouncing.