mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
13 lines
213 B
C
13 lines
213 B
C
|
/*
|
||
|
* (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;
|