]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
edminiv2: fix PCIE IO base address typo
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 31 Jan 2015 21:49:39 +0000 (22:49 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:51 +0000 (14:05 +0200)
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/mach-orion5x/include/mach/cpu.h

index 08a450f1f3f71a9098af5a151b542de0cfebf4b7..092dbd66a16fddf34026a0269a626d9e104dcc3a 100644 (file)
@@ -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)