summaryrefslogtreecommitdiff
path: root/board/samsung/axy17lte/axy17lte.c
blob: c38297a05bab7c100fb696edf4d762c05de3c594 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/*
 * Samsung A5Y17 and A3Y17 LTE boards based on Exynos 7880 and Exynos 7870 SoCs
 */

#include <common.h>

int exynos_init(void)
{
	return 0;
}