Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/89c95b08117467890d9e7184e232ba106206dd3d/include/mtd_node.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef _NODE_INFO
|
|
#define _NODE_INFO
|
|
|
|
/*
|
|
* Info we use to search for a flash node in DTB.
|
|
*/
|
|
struct node_info {
|
|
const char *compat; /* compatible string */
|
|
int type; /* mtd flash type */
|
|
};
|
|
#endif
|
|
|