public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] omap3: Fixed a problem with hwecc
Date: Fri, 14 Aug 2009 19:05:53 +0200	[thread overview]
Message-ID: <4A859971.1020102@googlemail.com> (raw)
In-Reply-To: <1250269416-9349-1-git-send-email-goskab@onid.oregonstate.edu>

Ben Goska wrote:
> In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there was a typo that offset all the ecc registers by 4 bytes, fixed that.
> 
> Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>

Acked-by: Dirk Behme <dirk.behme@googlemail.com>

Should be applied as bugfix to -rc.

Thanks

Dirk

> ---
>  include/asm-arm/arch-omap3/cpu.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/asm-arm/arch-omap3/cpu.h b/include/asm-arm/arch-omap3/cpu.h
> index 7a032b8..8ab2e39 100644
> --- a/include/asm-arm/arch-omap3/cpu.h
> +++ b/include/asm-arm/arch-omap3/cpu.h
> @@ -120,9 +120,9 @@ struct gpmc {
>  	u8 res4[0xC];
>  	u32 config;		/* 0x50 */
>  	u32 status;		/* 0x54 */
> -	u8 res5[0x8];
> +	u8 res5[0x8];	/* 0x58 */
>  	struct gpmc_cs cs[8];	/* 0x60, 0x90, .. */
> -	u8 res6[0x18];
> +	u8 res6[0x14];		/* 0x1E0 */
>  	u32 ecc_config;		/* 0x1F4 */
>  	u32 ecc_control;	/* 0x1F8 */
>  	u32 ecc_size_config;	/* 0x1FC */

  reply	other threads:[~2009-08-14 17:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-14 17:03 [U-Boot] [PATCH] omap3: Fixed a problem with hwecc Ben Goska
2009-08-14 17:05 ` Dirk Behme [this message]
2009-08-17 22:02 ` Jean-Christophe PLAGNIOL-VILLARD
  -- strict thread matches above, loose matches on Subject: below --
2009-08-14 15:12 Ben Goska

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=4A859971.1020102@googlemail.com \
    --to=dirk.behme@googlemail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox