summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-01-31 22:49:39 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-02-25 07:36:00 +0100
commitc1b0fad9b655e0251c686cd129eb2f933fcc6b3a (patch)
treeb1ffb150710919cd434cb683a05ca7f5ac83213a /arch/arm/mach-orion5x
parente91617883ea50f6f67966f402f84a31ee47170d1 (diff)
downloadtalos-obmc-uboot-c1b0fad9b655e0251c686cd129eb2f933fcc6b3a.tar.gz
talos-obmc-uboot-c1b0fad9b655e0251c686cd129eb2f933fcc6b3a.zip
edminiv2: fix PCIE IO base address typo
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/include/mach/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/include/mach/cpu.h b/arch/arm/mach-orion5x/include/mach/cpu.h
index 08a450f1f3..092dbd66a1 100644
--- a/arch/arm/mach-orion5x/include/mach/cpu.h
+++ b/arch/arm/mach-orion5x/include/mach/cpu.h
@@ -86,7 +86,7 @@ enum orion5x_cpu_attrib {
#endif
#if !defined (ORION5X_ADR_PCIE_IO_REMAP_LO)
-#define ORION5X_ADR_PCIE_IO_REMAP_LO 0x90000000
+#define ORION5X_ADR_PCIE_IO_REMAP_LO 0xf0000000
#endif
#if !defined (ORION5X_ADR_PCIE_IO_REMAP_HI)
OpenPOWER on IntegriCloud