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