提交 ac32e7d1 编写于 作者: H Holger Brunck 提交者: Tom Rini

kmp204x: do not make FPGA config error fail board_early_init_r

This prevents the board from booting which is not the expected behavior.
Signed-off-by: NValentin Longchamp <valentin.longchamp@ch.abb.com>
Signed-off-by: NHolger Brunck <holger.brunck@ch.abb.com>
CC: Priyanka Jain <priyanka.jain@nxp.com>
上级 3e635983
......@@ -138,7 +138,7 @@ int board_early_init_r(void)
/* enable Application Buffer */
qrio_enable_app_buffer();
return ret;
return 0;
}
unsigned long get_board_sys_clk(unsigned long dummy)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册