blob: 04a83bc07d79496bec86d3ee764448d1ead365ad [file] [log] [blame]
Thomas Abraham6c15a2a2016-04-23 22:18:14 +05301/*
2 * Espresso7420 board file
3 * Copyright (C) 2016 Samsung Electronics
4 * Thomas Abraham <thomas.ab@samsung.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#include <common.h>
10
11DECLARE_GLOBAL_DATA_PTR;
12
13int exynos_init(void)
14{
15 return 0;
16}