Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
32284f638f23935f4de63e3048297e0a40b26964
/
.
/
arch
/
arm
/
mach-rockchip
/
rk3128
/
rk3128.c
blob: 11bba148c33f824bf5842f96d1390ab4304ec552 [
file
] [
log
] [
blame
]
// 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
;
}