blob: f66bb121f32a11ad8bf98e85235afdef10fd1386 [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
16#undef CONFIG_KEYBOARD
Hatim RVf1cbca22012-12-11 00:52:49 +000017
Simon Glassf94de732014-10-07 22:01:48 -060018#define CONFIG_BOARD_COMMON
Simon Glassf94de732014-10-07 22:01:48 -060019
Simon Glassf94de732014-10-07 22:01:48 -060020#define CONFIG_IDENT_STRING " for SMDK5250"
Simon Glassf94de732014-10-07 22:01:48 -060021#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
22
Hatim RVf1cbca22012-12-11 00:52:49 +000023#endif /* __CONFIG_SMDK_H */