blob: 00d9b4d41673c281eaba72035b12d440edd2fc5c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Rajeshwari Shinded4ea0722013-02-28 01:40:42 +00002/*
3 * Copyright (C) 2013 Samsung Electronics
4 *
5 * Configuration settings for the SAMSUNG EXYNOS5 Snow board.
Rajeshwari Shinded4ea0722013-02-28 01:40:42 +00006 */
7
8#ifndef __CONFIG_SNOW_H
9#define __CONFIG_SNOW_H
10
Guillaume GARDETa5372942018-06-14 22:34:10 +020011#define EXYNOS_FDTFILE_SETTING \
12 "fdtfile=exynos5250-snow.dtb\0"
13
Simon Glass4c7bb1d2014-10-07 22:01:44 -060014#include <configs/exynos5250-common.h>
Simon Glass7d159532014-10-07 22:01:47 -060015#include <configs/exynos5-dt-common.h>
Simon Glassbf637ea2015-08-03 08:19:29 -060016#include <configs/exynos5-common.h>
Rajeshwari Shinded4ea0722013-02-28 01:40:42 +000017
Rajeshwari Shinded4ea0722013-02-28 01:40:42 +000018#endif /* __CONFIG_SNOW_H */