mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04:00
TI DaVinci DM365: Fix Compilation warning for DM365 EVM
This patch fixes a compilation warning while compiling the DM365 EVM. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
6fe5e87be4
commit
d884f64a7b
@ -79,8 +79,8 @@ int board_eth_init(bd_t *bis)
|
|||||||
static void nand_dm365evm_select_chip(struct mtd_info *mtd, int chip)
|
static void nand_dm365evm_select_chip(struct mtd_info *mtd, int chip)
|
||||||
{
|
{
|
||||||
struct nand_chip *this = mtd->priv;
|
struct nand_chip *this = mtd->priv;
|
||||||
u32 wbase = (u32) this->IO_ADDR_W;
|
unsigned long wbase = (unsigned long) this->IO_ADDR_W;
|
||||||
u32 rbase = (u32) this->IO_ADDR_R;
|
unsigned long rbase = (unsigned long) this->IO_ADDR_R;
|
||||||
|
|
||||||
if (chip == 1) {
|
if (chip == 1) {
|
||||||
__set_bit(14, &wbase);
|
__set_bit(14, &wbase);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user