xref: /rk3399_rockchip-uboot/include/configs/smdk5250.h (revision ea743e659fbfa9ba4b00ba076cdbf212d6fff081)
1f1cbca2bSHatim RV /*
2f1cbca2bSHatim RV  * Copyright (C) 2012 Samsung Electronics
3f1cbca2bSHatim RV  *
4f1cbca2bSHatim RV  * Configuration settings for the SAMSUNG SMDK5250 board.
5f1cbca2bSHatim RV  *
61a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
7f1cbca2bSHatim RV  */
8f1cbca2bSHatim RV 
9f1cbca2bSHatim RV #ifndef __CONFIG_SMDK_H
10f1cbca2bSHatim RV #define __CONFIG_SMDK_H
11f1cbca2bSHatim RV 
124c7bb1d2SSimon Glass #include <configs/exynos5250-common.h>
13bf637ea5SSimon Glass #include <configs/exynos5-dt-common.h>
14bf637ea5SSimon Glass #include <configs/exynos5-common.h>
15bf637ea5SSimon Glass 
16*ea743e65SSimon Glass #undef CONFIG_LCD
17*ea743e65SSimon Glass #undef CONFIG_EXYNOS_FB
18*ea743e65SSimon Glass #undef CONFIG_EXYNOS_DP
19bf637ea5SSimon Glass #undef CONFIG_KEYBOARD
20f1cbca2bSHatim RV 
21f94de733SSimon Glass #define CONFIG_BOARD_COMMON
22f94de733SSimon Glass 
23f94de733SSimon Glass #define CONFIG_IDENT_STRING		" for SMDK5250"
24f94de733SSimon Glass #define CONFIG_DEFAULT_CONSOLE		"console=ttySAC1,115200n8\0"
25f94de733SSimon Glass 
26f1cbca2bSHatim RV #endif	/* __CONFIG_SMDK_H */
27