summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/board_common.c
blob: 330d690bab02f5bb300bc5aa413b8498860dd3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>

#include "micro-support-card.h"

void uniphier_smp_kick_all_cpus(void);

int board_init(void)
{
	led_puts("Uboo");
#ifdef CONFIG_ARM64
	uniphier_smp_kick_all_cpus();
#endif
	return 0;
}
OpenPOWER on IntegriCloud