blob: c38297a05bab7c100fb696edf4d762c05de3c594 [file] [log] [blame]
Dzmitry Sankouski3e2095e2021-10-17 13:45:42 +03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Samsung A5Y17 and A3Y17 LTE boards based on Exynos 7880 and Exynos 7870 SoCs
4 */
5
6#include <common.h>
7
8int exynos_init(void)
9{
10 return 0;
11}