]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rockchip/rk3128/rk3128.c
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / arch / arm / mach-rockchip / rk3128 / rk3128.c
1 /*
2 * Copyright (c) 2017 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 int arch_cpu_init(void)
8 {
9 /* We do some SoC one time setting here. */
10
11 return 0;
12 }