From: Holger Brunck Date: Fri, 10 Jan 2020 11:47:41 +0000 (+0100) Subject: kmp204x: do not make FPGA config error fail board_early_init_r X-Git-Tag: v2020.04-rc1~9^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac32e7d109112f848b3f0dc68cff48021e348e86;p=oweals%2Fu-boot.git 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 Signed-off-by: Holger Brunck CC: Priyanka Jain --- diff --git a/board/keymile/kmp204x/kmp204x.c b/board/keymile/kmp204x/kmp204x.c index cfb23a53f7..c93fa3c62e 100644 --- a/board/keymile/kmp204x/kmp204x.c +++ b/board/keymile/kmp204x/kmp204x.c @@ -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)