mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-03 06:47:17 +00:00
Initial support for PXs3 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
7 lines
83 B
C
7 lines
83 B
C
/*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
void uniphier_pxs3_pll_init(void)
|
|
{
|
|
}
|