diff options
Diffstat (limited to 'include/configs/MPC8610HPCD.h')
| -rw-r--r-- | include/configs/MPC8610HPCD.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 0492274d3..fe80e5d21 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -279,11 +279,6 @@  #define CONFIG_SYS_PCI1_IO_PHYS	0xe1000000  #define CONFIG_SYS_PCI1_IO_SIZE	0x00100000	/* 1M */ -/* PCI view of System Memory */ -#define CONFIG_SYS_PCI_MEMORY_BUS	0x00000000 -#define CONFIG_SYS_PCI_MEMORY_PHYS	0x00000000 -#define CONFIG_SYS_PCI_MEMORY_SIZE	0x80000000 -  /* For RTL8139 */  #define KSEG1ADDR(x)	({u32 _x = le32_to_cpu(*(u32 *)(x)); (&_x); })  #define _IO_BASE		0x00000000 |