mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
11 lines
177 B
C
11 lines
177 B
C
|
/*
|
||
|
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
void pll_init(void)
|
||
|
{
|
||
|
/* add pll init code here */
|
||
|
}
|