2 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
4 * SPDX-License-Identifier: GPL-2.0+
11 #include "../micro-support-card.h"
13 int uniphier_pxs2_init(const struct uniphier_board_data *bd)
17 uniphier_sbc_init_savepin(bd);
18 uniphier_pxs2_sbc_init(bd);
27 uniphier_pxs2_memconf_init(bd);
31 uniphier_pxs2_early_clk_init(bd);
37 #ifdef CONFIG_SPL_SERIAL_SUPPORT
38 preloader_console_init();
43 ret = uniphier_pxs2_umc_init(bd);