提交 6f0d7ae2 编写于 作者: W Wolfgang Denk

da8xxevm: Fix warning: unused variable 'val'

Signed-off-by: NWolfgang Denk <wd@denx.de>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
上级 b66521a6
......@@ -280,12 +280,14 @@ u32 get_board_rev(void)
int board_init(void)
{
#ifdef CONFIG_USE_NOR
u32 val;
#endif
#ifndef CONFIG_USE_IRQ
irq_init();
#endif
#ifdef CONFIG_NAND_DAVINCI
/*
* NAND CS setup - cycle counts based on da850evm NAND timings in the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册