summaryrefslogtreecommitdiffstats
path: root/board/rockchip/evb_rk3229/evb_rk3229.c
blob: a9a3a40ce820ccdbec11cef20688a334800d9098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * (C) Copyright 2017 Rockchip Electronics Co., Ltd
 *
 * SPDX-License-Identifier:     GPL-2.0+
 */

#include <common.h>
#include <dm.h>
#include <asm/io.h>
#include <asm/arch/uart.h>

DECLARE_GLOBAL_DATA_PTR;