public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] TI DaVinci DM355: Fix Compilation warning for DM355 EVM
@ 2009-10-02  0:29 s-paulraj at ti.com
  2009-10-02 12:23 ` Tom
  0 siblings, 1 reply; 2+ messages in thread
From: s-paulraj at ti.com @ 2009-10-02  0:29 UTC (permalink / raw)
  To: u-boot

From: Sandeep Paulraj <s-paulraj@ti.com>

This patch fixes a compilation warning while compiling
the DM355 EVM.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
---
 board/davinci/dm355evm/dm355evm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/davinci/dm355evm/dm355evm.c b/board/davinci/dm355evm/dm355evm.c
index 0a44748..87f284c 100644
--- a/board/davinci/dm355evm/dm355evm.c
+++ b/board/davinci/dm355evm/dm355evm.c
@@ -92,8 +92,8 @@ int board_eth_init(bd_t *bis)
 static void nand_dm355evm_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);
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] TI DaVinci DM355: Fix Compilation warning for DM355 EVM
  2009-10-02  0:29 [U-Boot] [PATCH] TI DaVinci DM355: Fix Compilation warning for DM355 EVM s-paulraj at ti.com
@ 2009-10-02 12:23 ` Tom
  0 siblings, 0 replies; 2+ messages in thread
From: Tom @ 2009-10-02 12:23 UTC (permalink / raw)
  To: u-boot

s-paulraj at ti.com wrote:
> From: Sandeep Paulraj <s-paulraj@ti.com>
> 
> This patch fixes a compilation warning while compiling
> the DM355 EVM.
> 
> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
> ---
>  board/davinci/dm355evm/dm355evm.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/board/davinci/dm355evm/dm355evm.c b/board/davinci/dm355evm/dm355evm.c
> index 0a44748..87f284c 100644
> --- a/board/davinci/dm355evm/dm355evm.c
> +++ b/board/davinci/dm355evm/dm355evm.c
> @@ -92,8 +92,8 @@ int board_eth_init(bd_t *bis)
>  static void nand_dm355evm_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);

Ack-ed.
Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-02 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02  0:29 [U-Boot] [PATCH] TI DaVinci DM355: Fix Compilation warning for DM355 EVM s-paulraj at ti.com
2009-10-02 12:23 ` Tom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox