Sign in
coral
/
uboot-imx
/
42ea2fa05382e4c1ba1c158a6386675d9510e040
/
.
/
arch
/
arm
/
mach-uniphier
/
dram
/
umc-pro5.c
blob: a002b309ef02eec1d0aa895a6962cb52a4836993 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016 Socionext Inc.
*/
#include
"../init.h"
int
uniphier_pro5_umc_init
(
const
struct
uniphier_board_data
*
bd
)
{
return
0
;
}