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