diff options
author | Albert ARIBAUD | 2015-01-31 22:49:39 +0100 |
---|---|---|
committer | Albert ARIBAUD | 2015-02-25 07:36:00 +0100 |
commit | c1b0fad9b655e0251c686cd129eb2f933fcc6b3a (patch) | |
tree | b1ffb150710919cd434cb683a05ca7f5ac83213a /arch/arm/mach-orion5x | |
parent | e91617883ea50f6f67966f402f84a31ee47170d1 (diff) |
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.h | 2 |
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 08a450f1f3f..092dbd66a16 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) |