Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / samsung / espresso7420 / espresso7420.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Espresso7420 board file
4  * Copyright (C) 2016 Samsung Electronics
5  * Thomas Abraham <thomas.ab@samsung.com>
6  */
7
8 #include <common.h>
9
10 int exynos_init(void)
11 {
12         return 0;
13 }