Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/a4bdf1def41a75a8e5a9203d0ad39f0120f8a583/board/h2200/h2200-header.S
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* iPAQ h2200 header
|
|
*
|
|
* Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
.word 0xea0003fe /* b 0x1000 */
|
|
|
|
.org 0x40
|
|
.ascii "ECEC"
|
|
|
|
.org 0x1000 - 1
|
|
.byte 0x0
|
|
|