diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 09:18:23 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 |
commit | 97923770cb52b64d69eec958a11b2eda8d46e0f7 (patch) | |
tree | 6d473eb7e4f4ab0ef76d989e21930b3fc3e7278c /include/configs/katmai.h | |
parent | 4dbee8a90df613eb517aadbecebd70f168913d30 (diff) |
ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r-- | include/configs/katmai.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index 03c3cb3bdf0..8a963279f08 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -72,6 +72,9 @@ #define CFG_PCIE1_XCFGBASE 0xc3001000 #define CFG_PCIE2_XCFGBASE 0xc3002000 +/* base address of inbound PCIe window */ +#define CFG_PCIE_INBOUND_BASE 0x0000000400000000ULL + /* System RAM mapped to PCI space */ #define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE #define CONFIG_PCI_SYS_MEM_PHYS CFG_SDRAM_BASE |