blob: c152459c447f0d1eaccd280c217f8ffd173263a7 [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 Glassb4a967e2016-02-21 21:08:54 -070016#undef CONFIG_EXYNOS_FB
17#undef CONFIG_EXYNOS_DP
Simon Glass0b18b802015-08-03 08:19:29 -060018#undef CONFIG_KEYBOARD
Simon Glass50dfd2c2014-10-07 22:01:48 -060019
Simon Glass0b18b802015-08-03 08:19:29 -060020#define CONFIG_BOARD_COMMON
Simon Glass50dfd2c2014-10-07 22:01:48 -060021
Simon Glass50dfd2c2014-10-07 22:01:48 -060022#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
Hatim RV90696632012-12-11 00:52:49 +000023
Hatim RV90696632012-12-11 00:52:49 +000024#endif /* __CONFIG_SMDK_H */