blob: 3b0db32ece5daa5261e62ff43f2c1a46f2072193 [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
Simon Glass4c7bb1d2014-10-07 22:01:44 -060011#include <configs/exynos5250-common.h>
Simon Glass7d159532014-10-07 22:01:47 -060012#include <configs/exynos5-dt-common.h>
Simon Glassbf637ea2015-08-03 08:19:29 -060013#include <configs/exynos5-common.h>
Rajeshwari Shinded4ea0722013-02-28 01:40:42 +000014
Simon Glassf94de732014-10-07 22:01:48 -060015#define CONFIG_BOARD_COMMON
Simon Glassf94de732014-10-07 22:01:48 -060016
Simon Glassf94de732014-10-07 22:01:48 -060017#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
18
Rajeshwari Shinded4ea0722013-02-28 01:40:42 +000019#endif /* __CONFIG_SNOW_H */