Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Hatim RV | 9069663 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2012 Samsung Electronics | ||||
4 | * | ||||
5 | * Configuration settings for the SAMSUNG SMDK5250 board. | ||||
Hatim RV | 9069663 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 6 | */ |
7 | |||||
8 | #ifndef __CONFIG_SMDK_H | ||||
9 | #define __CONFIG_SMDK_H | ||||
10 | |||||
Simon Glass | be16500 | 2014-10-07 22:01:44 -0600 | [diff] [blame] | 11 | #include <configs/exynos5250-common.h> |
Simon Glass | 0b18b80 | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 12 | #include <configs/exynos5-dt-common.h> |
13 | #include <configs/exynos5-common.h> | ||||
Hatim RV | 9069663 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 14 | |
Simon Glass | b4a967e | 2016-02-21 21:08:54 -0700 | [diff] [blame] | 15 | #undef CONFIG_EXYNOS_FB |
16 | #undef CONFIG_EXYNOS_DP | ||||
Simon Glass | 0b18b80 | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 17 | #undef CONFIG_KEYBOARD |
Simon Glass | 50dfd2c | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 18 | |
Simon Glass | 0b18b80 | 2015-08-03 08:19:29 -0600 | [diff] [blame] | 19 | #define CONFIG_BOARD_COMMON |
Simon Glass | 50dfd2c | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 20 | |
Simon Glass | 50dfd2c | 2014-10-07 22:01:48 -0600 | [diff] [blame] | 21 | #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" |
Hatim RV | 9069663 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 22 | |
Hatim RV | 9069663 | 2012-12-11 00:52:49 +0000 | [diff] [blame] | 23 | #endif /* __CONFIG_SMDK_H */ |