aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c')
-rw-r--r--roms/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c b/roms/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c
new file mode 100644
index 000000000..c64c62f7b
--- /dev/null
+++ b/roms/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * (C) Copyright 2017 Rockchip Electronics Co., Ltd
+ */
+
+#include <common.h>
+#include <dm.h>
+#include <asm/io.h>
+#include <asm/arch-rockchip/uart.h>
+