mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-05 20:51:51 +02:00
Initial support for PXs3 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
8 lines
83 B
C
8 lines
83 B
C
/*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
void uniphier_pxs3_pll_init(void)
|
|
{
|
|
}
|