blob: 17adb02469de0c4166b1281d9c3e33ca8a2f911c [file] [log] [blame]
Andy Yane0c21b82017-05-15 17:53:50 +08001/*
2 * Copyright (c) 2017 Andy Yan
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#include <common.h>
7#include <asm/io.h>
8#include <asm/arch/clock.h>
9#include <asm/arch/grf_rk3368.h>
10#include <syscon.h>
11
12DECLARE_GLOBAL_DATA_PTR;
13
14int mach_cpu_init(void)
15{
16 return 0;
17}
18
19int board_init(void)
20{
21 return 0;
22}