powerpc/85xx: Fix Wrong PCIe 3 virtual address on corenet_ds platforms
authorTrübenbach, Ralf <Ralf.Truebenbach@men.de>
Wed, 20 Apr 2011 13:04:47 +0000 (13:04 +0000)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 28 Apr 2011 03:29:03 +0000 (22:29 -0500)
commit02bb49891eb68739b38fa7d0b1480a00e81558d0
treebc02803ac4975819d9616d452860005a4c8d931e
parent2a0ffb84c7ea4ecd7654bda1599fd36b90435501
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>
include/configs/corenet_ds.h