mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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: Valentin Longchamp <valentin.longchamp@ch.abb.com> Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com> CC: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
3e63598308
commit
ac32e7d109
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue