blob: 9f6fa897477aa28e159eb7adbea4adeb21fdeeb6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Thomas Abraham6c15a2a2016-04-23 22:18:14 +05302/*
3 * Espresso7420 board file
4 * Copyright (C) 2016 Samsung Electronics
5 * Thomas Abraham <thomas.ab@samsung.com>
Thomas Abraham6c15a2a2016-04-23 22:18:14 +05306 */
7
8#include <common.h>
9
Thomas Abraham6c15a2a2016-04-23 22:18:14 +053010int exynos_init(void)
11{
12 return 0;
13}