From: Rob Herring Date: Wed, 29 Jun 2011 02:16:13 +0000 (-0500) Subject: ARM: convert PCI defines to variables X-Git-Tag: v3.1-rc1~151^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d95fbe59e426eed7f16e7cac812e46ac4772d0;p=pandora-kernel.git ARM: convert PCI defines to variables Convert PCIBIOS_MIN_IO and PCIBIOS_MIN_MEM to variables to allow multi-platform builds. This also removes the requirement for a platform to have a mach/hardware.h. The default values for i/o and mem are 0x1000 and 0x01000000, respectively. Per Arnd Bergmann, other values are likely to be incorrect, but this commit does not try to address that issue. Signed-off-by: Rob Herring Acked-by: Nicolas Pitre Reviewed-by: Arnd Bergmann --- Reading git-diff-tree failed