Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/branch/fourteen/arch/arm/plat-omap/include/plat/sram.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
int omap_sram_init(void);
|
|
|
|
void omap_map_sram(unsigned long start, unsigned long size,
|
|
unsigned long skip, int cached);
|
|
void omap_sram_reset(void);
|
|
|
|
extern void *omap_sram_push(void *funcp, unsigned long size);
|
|
|