]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-uniphier/board_early_init_r.c
Merge branch 'master' of git://git.denx.de/u-boot-x86
[people/ms/u-boot.git] / arch / arm / mach-uniphier / board_early_init_r.c
CommitLineData
7a3620b2 1/*
0b198670 2 * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
7a3620b2
MY
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
107b3fb4
MY
8
9#include "micro-support-card.h"
7a3620b2
MY
10
11int board_early_init_r(void)
12{
0b198670 13 support_card_late_init();
7a3620b2
MY
14 return 0;
15}