提交 89127c53 编写于 作者: V Valentin Longchamp 提交者: Tom Rini

km/powerpc: fix ft_board_setup prototype for km82xx & km83xx

Signed-off-by: NValentin Longchamp <valentin.longchamp@keymile.com>
上级 54119882
......@@ -447,7 +447,7 @@ int get_scl(void)
return get_pin(SCL_MASK, 3);
}
void ft_board_setup(void *blob, bd_t *bd)
int ft_board_setup(void *blob, bd_t *bd)
{
ft_cpu_setup(blob, bd);
......
......@@ -361,7 +361,7 @@ int checkboard(void)
return 0;
}
void ft_board_setup(void *blob, bd_t *bd)
int ft_board_setup(void *blob, bd_t *bd)
{
ft_cpu_setup(blob, bd);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册