]> git.sur5r.net Git - u-boot/blob - board/rockchip/evb_rk3229/evb_rk3229.c
Merge git://git.denx.de/u-boot-dm
[u-boot] / board / rockchip / evb_rk3229 / evb_rk3229.c
1 /*
2  * (C) Copyright 2017 Rockchip Electronics Co., Ltd
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8 #include <dm.h>
9 #include <asm/io.h>
10 #include <asm/arch/uart.h>
11
12 DECLARE_GLOBAL_DATA_PTR;