]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/ph1-sld3/umc_init.c
dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.
[u-boot] / arch / arm / mach-uniphier / ph1-sld3 / umc_init.c
1 /*
2  * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8
9 int umc_init(void)
10 {
11         /* add UMC init code here */
12         printf("Implement memory init code\n");
13
14         return 0;
15 }