blob: c152459c447f0d1eaccd280c217f8ffd173263a7 [file] [log] [blame]
Hatim RVf1cbca22012-12-11 00:52:49 +00001/*
2 * Copyright (C) 2012 Samsung Electronics
3 *
4 * Configuration settings for the SAMSUNG SMDK5250 board.
5 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Hatim RVf1cbca22012-12-11 00:52:49 +00007 */
8
9#ifndef __CONFIG_SMDK_H
10#define __CONFIG_SMDK_H
11
Simon Glass4c7bb1d2014-10-07 22:01:44 -060012#include <configs/exynos5250-common.h>
Simon Glassbf637ea2015-08-03 08:19:29 -060013#include <configs/exynos5-dt-common.h>
14#include <configs/exynos5-common.h>
15
Simon Glassea743e62016-02-21 21:08:54 -070016#undef CONFIG_EXYNOS_FB
17#undef CONFIG_EXYNOS_DP
Simon Glassbf637ea2015-08-03 08:19:29 -060018#undef CONFIG_KEYBOARD
Hatim RVf1cbca22012-12-11 00:52:49 +000019
Simon Glassf94de732014-10-07 22:01:48 -060020#define CONFIG_BOARD_COMMON
Simon Glassf94de732014-10-07 22:01:48 -060021
Simon Glassf94de732014-10-07 22:01:48 -060022#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
23
Hatim RVf1cbca22012-12-11 00:52:49 +000024#endif /* __CONFIG_SMDK_H */