]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/dram/umc-pro5.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-uniphier / dram / umc-pro5.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2016 Socionext Inc.
4  */
5
6 #include "../init.h"
7
8 int uniphier_pro5_umc_init(const struct uniphier_board_data *bd)
9 {
10         return 0;
11 }