diff options
author | Stefan Roese <sr@denx.de> | 2007-10-18 07:42:27 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:50 +0100 |
commit | c36c68160333ac5fe41ec3db12a728b7075b3912 (patch) | |
tree | b4f703712eb919312d19a5f66e0e725d11da6cf6 /include/configs | |
parent | 5cb4af4791f61843432155142b6cfac901f66c10 (diff) | |
download | u-boot-imx-c36c68160333ac5fe41ec3db12a728b7075b3912.zip u-boot-imx-c36c68160333ac5fe41ec3db12a728b7075b3912.tar.gz u-boot-imx-c36c68160333ac5fe41ec3db12a728b7075b3912.tar.bz2 |
ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
is the internal SRAM. Since I now ported and tested this endpoint mode
on Kilauea successfully to map to 0 (SDRAM), I also changed this for
Katmai.
Yucca will stay at internal SRAM for now. Not sure if somebody relies on
this setup.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/katmai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index cccfc13..6bc8d02 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -73,7 +73,7 @@ #define CFG_PCIE2_XCFGBASE 0xc3002000 /* base address of inbound PCIe window */ -#define CFG_PCIE_INBOUND_BASE 0x0000000400000000ULL +#define CFG_PCIE_INBOUND_BASE 0x0000000000000000ULL /* System RAM mapped to PCI space */ #define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE |