Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d9a70368dbe4a9b0e81b60ffbe3fda4a09e0ad5a
/
.
/
arch
/
arm
/
mach-uniphier
/
dram
/
umc-pro5.c
blob: 4f34d1f20c81c521e84e808eba16086ac95dc3c3 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2016 Socionext Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
"../init.h"
int
uniphier_pro5_umc_init
(
const
struct
uniphier_board_data
*
bd
)
{
return
0
;
}