xref: /openbmc/u-boot/arch/arm/mach-rockchip/rk3128/rk3128.c (revision 971a54193c9a90a6651064c4a7879e3568e9e7b8)
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 }
13