mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-24 10:55:09 +00:00
13 lines
189 B
C
13 lines
189 B
C
|
/*
|
||
|
* Copyright (c) 2017 Rockchip Electronics Co., Ltd
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
int arch_cpu_init(void)
|
||
|
{
|
||
|
/* We do some SoC one time setting here. */
|
||
|
|
||
|
return 0;
|
||
|
}
|