projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe5e87
)
TI DaVinci DM365: Fix Compilation warning for DM365 EVM
author
Sandeep Paulraj
<s-paulraj@ti.com>
Fri, 2 Oct 2009 00:22:09 +0000
(20:22 -0400)
committer
Tom Rix
<Tom.Rix@windriver.com>
Sun, 18 Oct 2009 21:42:21 +0000
(16:42 -0500)
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
patch
|
blob
|
history
diff --git
a/board/davinci/dm365evm/dm365evm.c
b/board/davinci/dm365evm/dm365evm.c
index 5b97060539249131239c120e6ff43a61949d3e22..1e3a14f490d5c769ebe55fdf8f496f7740a50523 100644
(file)
--- 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;
- u
32 wbase = (u32
) this->IO_ADDR_W;
- u
32 rbase = (u32
) this->IO_ADDR_R;
+ u
nsigned long wbase = (unsigned long
) this->IO_ADDR_W;
+ u
nsigned long rbase = (unsigned long
) this->IO_ADDR_R;
if (chip == 1) {
__set_bit(14, &wbase);