Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3128 / rk3128.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (c) 2017 Rockchip Electronics Co., Ltd
4  */
5 #include <common.h>
6 #include <init.h>
7
8 DECLARE_GLOBAL_DATA_PTR;
9
10 int arch_cpu_init(void)
11 {
12         /* We do some SoC one time setting here. */
13
14         return 0;
15 }