]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/rockchip/sheep_rk3368/sheep_rk3368.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / rockchip / sheep_rk3368 / sheep_rk3368.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
e2901ab8
AY
2/*
3 * Copyright (c) 2017 Andy Yan
e2901ab8
AY
4 */
5#include <common.h>
6#include <asm/io.h>
7#include <asm/arch/clock.h>
8#include <asm/arch/grf_rk3368.h>
9#include <syscon.h>
10
e2901ab8
AY
11int mach_cpu_init(void)
12{
13 return 0;
14}
15
16int board_init(void)
17{
18 return 0;
19}