Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/96e5b03c8ab749b6547f6a3ceb4d4b9f274211aa/include/dm.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* Copyright (c) 2013 Google, Inc
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _DM_H_
|
|
#define _DM_H_
|
|
|
|
#include <dm/device.h>
|
|
#include <dm/platdata.h>
|
|
#include <dm/uclass.h>
|
|
|
|
#endif
|
|
|