diff --git a/package/boot/uboot-lantiq/patches/0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch b/package/boot/uboot-lantiq/patches/0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch index 2a7c49c0692..8abac5fa698 100644 --- a/package/boot/uboot-lantiq/patches/0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch +++ b/package/boot/uboot-lantiq/patches/0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch @@ -89,7 +89,7 @@ +void show_boot_progress(int arg) +{ + if (!do_gpio_init) -+ return 0; ++ return; + + if (arg >= 0) { + /* Success - turn off the red power LED and turn on the green power LED */ @@ -101,7 +101,7 @@ + gpio_set_value(GPIO_POWER_RED, 0); + } + -+ return 0; ++ return; +} + +static const struct ltq_eth_port_config eth_port_config[] = {