xref: /openbmc/u-boot/board/samsung/espresso7420/espresso7420.c (revision d024236e5a31a2b4b82cbcc98b31b8170fc88d28)
1 /*
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 
11 int exynos_init(void)
12 {
13 	return 0;
14 }
15