summaryrefslogtreecommitdiffstats
path: root/board/google/chromebook_link/link.c
blob: ffa9d60c5a0be30f38b62e7196af6e267ca7a744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2014 Google, Inc
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>

int arch_early_init_r(void)
{
	return 0;
}

int board_early_init_r(void)
{
	return 0;
}
OpenPOWER on IntegriCloud