Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
17692d412937ddddbd66eb3ece6e2bb1694265c2
/
.
/
arch
/
arm
/
mach-uniphier
/
ph1-sld3
/
umc_init.c
blob: 91ee3de2827045ba6ccd5a243eab096894c5ea8d [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
int
umc_init
(
void
)
{
/* add UMC init code here */
printf
(
"Implement memory init code\n"
);
return
0
;
}