Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/14142811f4c2d4da28e86ccb2375487f8dff02cb/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, unsigned int session_id,
|
|
void *download_buffer, unsigned int download_bytes,
|
|
char *response);
|
|
void fb_mmc_erase(const char *cmd, char *response);
|
|
|