X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Ffastboot.c;h=8afc5529cd9624a00606978b9a8db67041905fe5;hb=b4b6a4e4eccb1d2749fd0c3c8a801d333be7e2c1;hp=a9f7c0743da5c6726e4ef2c4123059156b89d0f4;hpb=caa2a2e5ab44d87faf51fafc780ecc985e0c05d6;p=oweals%2Fu-boot.git diff --git a/net/fastboot.c b/net/fastboot.c index a9f7c0743d..8afc5529cd 100644 --- a/net/fastboot.c +++ b/net/fastboot.c @@ -309,7 +309,9 @@ void fastboot_start_server(void) fastboot_our_port = WELL_KNOWN_PORT; +#if CONFIG_IS_ENABLED(FASTBOOT_FLASH) fastboot_set_progress_callback(fastboot_timed_send_info); +#endif net_set_udp_handler(fastboot_handler); /* zero out server ether in case the server ip has changed */