From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 25 Feb 2015 09:06:49 +0100 Subject: [U-Boot] [PATCH] edminiv2: fix PCIE IO base address typo In-Reply-To: <1422740979-26603-1-git-send-email-albert.u.boot@aribaud.net> References: <1422740979-26603-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <20150225090649.019f0191@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 31 Jan 2015 22:49:39 +0100, Albert ARIBAUD wrote: > Signed-off-by: Albert ARIBAUD > --- > 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, -- Albert.