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:
Holger Brunck 2020-01-10 12:47:41 +01:00 committed by Tom Rini
parent 3e63598308
commit ac32e7d109

View file

@ -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)