blob: f66bb121f32a11ad8bf98e85235afdef10fd1386 [file] [log] [blame]
Hatim RV90696632012-12-11 00:52:49 +00001/*
2 * Copyright (C) 2012 Samsung Electronics
3 *
4 * Configuration settings for the SAMSUNG SMDK5250 board.
5 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Hatim RV90696632012-12-11 00:52:49 +00007 */
8
9#ifndef __CONFIG_SMDK_H
10#define __CONFIG_SMDK_H
11
Simon Glassbe165002014-10-07 22:01:44 -060012#include <configs/exynos5250-common.h>
Simon Glass0b18b802015-08-03 08:19:29 -060013#include <configs/exynos5-dt-common.h>
14#include <configs/exynos5-common.h>
Hatim RV90696632012-12-11 00:52:49 +000015
Simon Glass0b18b802015-08-03 08:19:29 -060016#undef CONFIG_KEYBOARD
Simon Glass50dfd2c2014-10-07 22:01:48 -060017
Simon Glass0b18b802015-08-03 08:19:29 -060018#define CONFIG_BOARD_COMMON
Simon Glass50dfd2c2014-10-07 22:01:48 -060019
Simon Glass50dfd2c2014-10-07 22:01:48 -060020#define CONFIG_IDENT_STRING " for SMDK5250"
Simon Glass50dfd2c2014-10-07 22:01:48 -060021#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
Hatim RV90696632012-12-11 00:52:49 +000022
Hatim RV90696632012-12-11 00:52:49 +000023#endif /* __CONFIG_SMDK_H */