xref: /openbmc/u-boot/arch/arm/mach-rockchip/rk3128/rk3128.c (revision 3fda0262c33fc2b63be06588afe2802a8ab81eb8)
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (c) 2017 Rockchip Electronics Co., Ltd
4  */
5 
6 int arch_cpu_init(void)
7 {
8 	/* We do some SoC one time setting here. */
9 
10 	return 0;
11 }
12