Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/f9d7e17e844f9e94c39a8c95f73a4454097a6948/include/fb_mmc.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* Copyright 2014 Broadcom Corporation.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
void fb_mmc_flash_write(const char *cmd, void *download_buffer,
|
|
unsigned int download_bytes);
|
|
void fb_mmc_erase(const char *cmd);
|
|
|