blob: 11bba148c33f824bf5842f96d1390ab4304ec552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2017 Rockchip Electronics Co., Ltd
*/
int arch_cpu_init(void)
{
/* We do some SoC one time setting here. */
return 0;
}
|