From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] TI DaVinci DM365: Fix Compilation warning for DM365 EVM
Date: Fri, 02 Oct 2009 07:25:36 -0500 [thread overview]
Message-ID: <4AC5F140.3000109@windriver.com> (raw)
In-Reply-To: <1254443371-1260-1-git-send-email-s-paulraj@ti.com>
s-paulraj at ti.com wrote:
> From: Sandeep Paulraj <s-paulraj@ti.com>
>
> This patch fixes a compilation warning while compiling
> the DM365 EVM.
>
> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
> ---
> board/davinci/dm365evm/dm365evm.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/davinci/dm365evm/dm365evm.c b/board/davinci/dm365evm/dm365evm.c
> index 5b97060..1e3a14f 100644
> --- a/board/davinci/dm365evm/dm365evm.c
> +++ b/board/davinci/dm365evm/dm365evm.c
> @@ -79,8 +79,8 @@ int board_eth_init(bd_t *bis)
> static void nand_dm365evm_select_chip(struct mtd_info *mtd, int chip)
> {
> struct nand_chip *this = mtd->priv;
> - u32 wbase = (u32) this->IO_ADDR_W;
> - u32 rbase = (u32) this->IO_ADDR_R;
> + unsigned long wbase = (unsigned long) this->IO_ADDR_W;
> + unsigned long rbase = (unsigned long) this->IO_ADDR_R;
>
> if (chip == 1) {
> __set_bit(14, &wbase);
This looks familiar.. good job getting both cases.
Ack-ed.
Tom
prev parent reply other threads:[~2009-10-02 12:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-02 0:29 [U-Boot] [PATCH] TI DaVinci DM365: Fix Compilation warning for DM365 EVM s-paulraj at ti.com
2009-10-02 12:25 ` Tom [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=4AC5F140.3000109@windriver.com \
--to=tom.rix@windriver.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 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.