diff mbox

[U-Boot] edminiv2: fix PCIE IO base address typo

Message ID 1422740979-26603-1-git-send-email-albert.u.boot@aribaud.net
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Albert ARIBAUD Jan. 31, 2015, 9:49 p.m. UTC
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
 arch/arm/include/asm/arch-orion5x/cpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Albert ARIBAUD Feb. 25, 2015, 8:06 a.m. UTC | #1
On Sat, 31 Jan 2015 22:49:39 +0100, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> ---
>  arch/arm/include/asm/arch-orion5x/cpu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/arch-orion5x/cpu.h b/arch/arm/include/asm/arch-orion5x/cpu.h
> index 08a450f..092dbd6 100644
> --- a/arch/arm/include/asm/arch-orion5x/cpu.h
> +++ b/arch/arm/include/asm/arch-orion5x/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)
> -- 
> 2.1.0
> 

Applied to u-boot-arm/master.

Amicalement,
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-orion5x/cpu.h b/arch/arm/include/asm/arch-orion5x/cpu.h
index 08a450f..092dbd6 100644
--- a/arch/arm/include/asm/arch-orion5x/cpu.h
+++ b/arch/arm/include/asm/arch-orion5x/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)