2012-12-11 00:52:49 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Samsung Electronics
|
|
|
|
*
|
|
|
|
* Configuration settings for the SAMSUNG SMDK5250 board.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2012-12-11 00:52:49 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_SMDK_H
|
|
|
|
#define __CONFIG_SMDK_H
|
|
|
|
|
2014-10-08 04:01:44 +00:00
|
|
|
#include <configs/exynos5250-common.h>
|
2015-08-03 14:19:29 +00:00
|
|
|
#include <configs/exynos5-dt-common.h>
|
|
|
|
#include <configs/exynos5-common.h>
|
2012-12-11 00:52:49 +00:00
|
|
|
|
2015-08-03 14:19:29 +00:00
|
|
|
#undef CONFIG_KEYBOARD
|
2014-10-08 04:01:48 +00:00
|
|
|
|
2015-08-03 14:19:29 +00:00
|
|
|
#define CONFIG_BOARD_COMMON
|
2014-10-08 04:01:48 +00:00
|
|
|
|
|
|
|
#define CONFIG_IDENT_STRING " for SMDK5250"
|
|
|
|
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
|
|
|
|
|
2012-12-11 00:52:49 +00:00
|
|
|
#endif /* __CONFIG_SMDK_H */
|