All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] edminiv2: fix PCIE IO base address typo
Date: Wed, 25 Feb 2015 09:06:49 +0100	[thread overview]
Message-ID: <20150225090649.019f0191@lilith> (raw)
In-Reply-To: <1422740979-26603-1-git-send-email-albert.u.boot@aribaud.net>

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,
-- 
Albert.

      reply	other threads:[~2015-02-25  8:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-31 21:49 [U-Boot] [PATCH] edminiv2: fix PCIE IO base address typo Albert ARIBAUD
2015-02-25  8:06 ` Albert ARIBAUD [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150225090649.019f0191@lilith \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.