Hatim RV | f1cbca2 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Samsung Electronics |
| 3 | * |
| 4 | * Configuration settings for the SAMSUNG SMDK5250 board. |
| 5 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Hatim RV | f1cbca2 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_SMDK_H |
| 10 | #define __CONFIG_SMDK_H |
| 11 | |
Simon Glass | 4c7bb1d | 2014-10-07 22:01:44 -0600 | [diff] [blame] | 12 | #include <configs/exynos5250-common.h> |
Simon Glass | bf637ea | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 13 | #include <configs/exynos5-dt-common.h> |
| 14 | #include <configs/exynos5-common.h> |
| 15 | |
| 16 | #undef CONFIG_KEYBOARD |
Hatim RV | f1cbca2 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 17 | |
Simon Glass | f94de73 | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 18 | #define CONFIG_BOARD_COMMON |
Simon Glass | f94de73 | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 19 | |
Simon Glass | f94de73 | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 20 | #define CONFIG_IDENT_STRING " for SMDK5250" |
Simon Glass | f94de73 | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 21 | #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" |
| 22 | |
Hatim RV | f1cbca2 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 23 | #endif /* __CONFIG_SMDK_H */ |