mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
a8e6300d48
Merge init-*.c into a single file using a table of callbacks because the initialization flow is almost common among SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
6 lines
103 B
C
6 lines
103 B
C
#include "../init.h"
|
|
|
|
int uniphier_pro5_dpll_init(const struct uniphier_board_data *bd)
|
|
{
|
|
return 0;
|
|
}
|