blob: c6d2b23197d105feb1f99293ed67dd81dca14382 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hatim RVf1cbca22012-12-11 00:52:49 +00002/*
3 * Copyright (C) 2012 Samsung Electronics
4 *
5 * Configuration settings for the SAMSUNG SMDK5250 board.
Hatim RVf1cbca22012-12-11 00:52:49 +00006 */
7
8#ifndef __CONFIG_SMDK_H
9#define __CONFIG_SMDK_H
10
Simon Glass4c7bb1d2014-10-07 22:01:44 -060011#include <configs/exynos5250-common.h>
Simon Glassbf637ea2015-08-03 08:19:29 -060012#include <configs/exynos5-dt-common.h>
13#include <configs/exynos5-common.h>
14
Hatim RVf1cbca22012-12-11 00:52:49 +000015#endif /* __CONFIG_SMDK_H */