Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
9cf09c799a389c07d26104bb6ca2079dcc835f37
/
.
/
arch
/
arm
/
mach-rockchip
/
rk3128
/
rk3128.c
blob: ee176de80b06f810099bbad601e73a22b783930f [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2017 Rockchip Electronics Co., Ltd
*/
#include
<common.h>
DECLARE_GLOBAL_DATA_PTR
;
int
arch_cpu_init
(
void
)
{
/* We do some SoC one time setting here. */
return
0
;
}