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