Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f2f086417f0dda53487fc53791c37cc7da2d328f
/
.
/
arch
/
arm
/
mach-rockchip
/
rk3128
/
rk3128.c
blob: 9d6e3b1ee19959a51472601a32ddb66a62edf4e2 [
file
] [
log
] [
blame
]
/*
* 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
;
}