Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/782b97805e9f59cc2b4d3aa67a8a03248e8cd722/arch/nios2/include/asm/processor.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* (C) Copyright 2004, Psyent Corporation <www.psyent.com>
|
|
* Scott McNutt <smcnutt@psyent.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __ASM_NIOS2_PROCESSOR_H_
|
|
#define __ASM_NIOS2_PROCESSOR_H_
|
|
#endif /* __ASM_NIOS2_PROCESSOR_H_ */
|
|
|