summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTrübenbach, Ralf <Ralf.Truebenbach@men.de>2011-04-20 13:04:47 +0000
committerKumar Gala <galak@kernel.crashing.org>2011-04-27 22:29:03 -0500
commit02bb49891eb68739b38fa7d0b1480a00e81558d0 (patch)
treebc02803ac4975819d9616d452860005a4c8d931e /include
parent2a0ffb84c7ea4ecd7654bda1599fd36b90435501 (diff)
downloadu-boot-imx-02bb49891eb68739b38fa7d0b1480a00e81558d0.zip
u-boot-imx-02bb49891eb68739b38fa7d0b1480a00e81558d0.tar.gz
u-boot-imx-02bb49891eb68739b38fa7d0b1480a00e81558d0.tar.bz2
powerpc/85xx: Fix Wrong PCIe 3 virtual address on corenet_ds platforms
This patch fixes a wrong address define in corenet_ds.h (used by P4080DS.h, P3041DS.h, P5020DS.h). Since board/Freescale/corenet_ds/tlb.c does not use the CONFIG_SYS_PCIE3_MEM_VIRT define (uses CONFIG_SYS_PCIE1_MEM_VIRT with a fix offset instead) this has no effect to the functionality. But it may be important for changes in the future? Signed-off-by: Ralf Trübenbach <ralf.truebenbach@men.de> Cc: Andy Fleming <afleming@gmail.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/corenet_ds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index bec8cd1..9be7f1f 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -356,7 +356,7 @@
#define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
/* controller 3, Slot 1, tgtid 1, Base address 202000 */
-#define CONFIG_SYS_PCIE3_MEM_VIRT 0xe0000000
+#define CONFIG_SYS_PCIE3_MEM_VIRT 0xc0000000
#ifdef CONFIG_PHYS_64BIT
#define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000
#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc40000000ull