linuxOS_AP06/u-boot/board/theobroma-systems/lion_rk3368/lion_rk3368.c

18 lines
277 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
/*
* Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <dm.h>
#include <ram.h>
#include <asm/io.h>
#include <syscon.h>
DECLARE_GLOBAL_DATA_PTR;
int mach_cpu_init(void)
{
return 0;
}