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-Users] [PATCH] xsengine: Fix no partition type specified, use DOS as default
Date: Wed, 24 Oct 2007 00:40:10 +0200	[thread overview]
Message-ID: <20071023224010.246AC243CA@gemini.denx.de> (raw)
In-Reply-To: Your message of "Fri, 19 Oct 2007 06:33:45 +0200." <1192768425-12791-1-git-send-email-plagnioj@jcrosoft.com>

In message <1192768425-12791-1-git-send-email-plagnioj@jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> 
> diff --git a/board/xsengine/flash.c b/board/xsengine/flash.c
> index 2b9afc7..a188e24 100644
> --- a/board/xsengine/flash.c
> +++ b/board/xsengine/flash.c
> @@ -46,11 +46,11 @@ unsigned long flash_init (void)
>  	for (i = 0; i < CFG_MAX_FLASH_BANKS; i++) {
>  		switch (i) {
>  		case 0:
> -			flash_get_size ((long *) PHYS_FLASH_1, &flash_info[i]);
> +			flash_get_size ((vu_long *) PHYS_FLASH_1, &flash_info[i]);
>  			flash_get_offsets (PHYS_FLASH_1, &flash_info[i]);
>  			break;
>  		case 1:
> -			flash_get_size ((long *) PHYS_FLASH_2, &flash_info[i]);
> +			flash_get_size ((vu_long *) PHYS_FLASH_2, &flash_info[i]);
>  			flash_get_offsets (PHYS_FLASH_2, &flash_info[i]);

Ummm... you did not mention this change in your Subject.

That's not good. It would be better to split this into 2  independent
commits.

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
"I knew then (in 1970) that a 4-kbyte minicomputer would cost as much
as a house. So I reasoned  that  after  college,  I'd  have  to  live
cheaply in an apartment and put all my money into owning a computer."
      - Apple co-founder Steve Wozniak, EE Times, June 6, 1988, pg 45

      reply	other threads:[~2007-10-23 22:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19  4:33 [U-Boot-Users] [PATCH] xsengine: Fix no partition type specified, use DOS as default Jean-Christophe PLAGNIOL-VILLARD
2007-10-23 22:40 ` Wolfgang Denk [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=20071023224010.246AC243CA@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