mpc83xx: add kernel 2.6.35 preliminary support
[openwrt.git] / target / linux / ixp4xx / patches-2.6.35 / 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.