diff options
author | Stefan Roese <sr@denx.de> | 2007-01-18 11:54:52 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-18 11:54:52 +0100 |
commit | 0057d758e3e874cbe7f24745d0cce8c1cb6c207e (patch) | |
tree | 1c1b9ce7876b761f0d7e006b0f57aeb2571a50fe /include | |
parent | 34167a36c29ee946b727465db5c014746a08e978 (diff) | |
download | u-boot-imx-0057d758e3e874cbe7f24745d0cce8c1cb6c207e.zip u-boot-imx-0057d758e3e874cbe7f24745d0cce8c1cb6c207e.tar.gz u-boot-imx-0057d758e3e874cbe7f24745d0cce8c1cb6c207e.tar.bz2 |
[PATCH] Update Prodrive P3Mx support
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/p3mx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/p3mx.h b/include/configs/p3mx.h index 262e9d6..54462f0 100644 --- a/include/configs/p3mx.h +++ b/include/configs/p3mx.h @@ -168,10 +168,12 @@ #define PCI_HOST_FORCE 1 /* configure as pci host */ #define PCI_HOST_AUTO 2 /* detected via arbiter enable */ -#define CONFIG_PCI /* include pci support */ +#undef CONFIG_PCI /* include pci support */ +#ifdef CONFIG_PCI #define CONFIG_PCI_HOST PCI_HOST_FORCE /* select pci host function */ #define CONFIG_PCI_PNP /* do pci plug-and-play */ #define CONFIG_PCI_SCAN_SHOW /* show devices on bus */ +#endif /* CONFIG_PCI */ /* PCI MEMORY MAP section */ #define CFG_PCI0_MEM_BASE 0x80000000 @@ -194,7 +196,6 @@ #define CFG_PCI1_IO_SPACE_PCI 0x00000000 #define CFG_ISA_IO_BASE_ADDRESS (CFG_PCI0_IO_BASE) - #define CFG_PCI_IDSEL 0x30 #undef CONFIG_BOOTARGS |