Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/f3b267b3a229e328bf765ffbb8cb2af382bbfa63/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
|
|
|