public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Fix incorrect array size of phy settings for 405EX
Date: Fri, 09 Sep 2011 08:51:26 +0200	[thread overview]
Message-ID: <20110909065127.0804C140875B@gemini.denx.de> (raw)
In-Reply-To: <6680AE1BD102B9419251E785D19F5D039FA037F6@ExchN1.riedel.net>

Dear "Weirich, Bernhard",

In message <6680AE1BD102B9419251E785D19F5D039FA037F6@ExchN1.riedel.net> you wrote:
> Hello,
> 
> I just noticed that on 405EX the bd_t->bi_phy* arrays have just 1 member, but should have two.
> So I propose this very simple patch.
> 
> Best regards,
> Bernhard Weirich
> 
> Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
> --- u-boot-v2010.12-rc3-orig/arch/powerpc/include/asm/u-boot.h	2010-12-20 10:58:41.000000000 +0100
> +++ u-boot-v2010.12-rc3/arch/powerpc/include/asm/u-boot.h	2011-09-08 18:25:57.136700984 +0200
> @@ -132,7 +132,7 @@
>      defined(CONFIG_460EX) || defined(CONFIG_460GT)
>  	int		bi_phynum[4];           /* Determines phy mapping */
>  	int		bi_phymode[4];          /* Determines phy mode */
> -#elif defined(CONFIG_405EP) || defined(CONFIG_440)
> +#elif defined(CONFIG_405EP) || defined(CONFIG_440) || defined(CONFIG_405EX)

Please keep list sorted, and move the "Best regards," part out of the
commit message.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If you want strict real-time behavior, run in the real  time  schedu-
ling class.  But there are no seatbelts or airbags;  main(){for(;;);}
can hard hang your system.                          -- Bart Smaalders

  reply	other threads:[~2011-09-09  6:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08 16:27 [U-Boot] [PATCH] Fix incorrect array size of phy settings for 405EX Weirich, Bernhard
2011-09-09  6:51 ` Wolfgang Denk [this message]
2011-09-09  7:05   ` Stefan Roese
2011-09-19 11:58 ` Stefan Roese

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=20110909065127.0804C140875B@gemini.denx.de \
    --to=wd@denx.de \
    --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