mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 22:33:18 +00:00
13 lines
187 B
C
13 lines
187 B
C
|
/*
|
||
|
* Copyright (C) 2016 Socionext Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#include "../init.h"
|
||
|
|
||
|
int uniphier_pro5_umc_init(const struct uniphier_board_data *bd)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|