xref: /openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro5.c (revision b02f76a83541fe9fe3a2918039b26fc133699c17)
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 }
12