2013-12-26 09:44:26 +05:30
|
|
|
/*
|
|
|
|
* Copyright (C) 2013 Samsung Electronics
|
|
|
|
*
|
2014-06-18 17:53:58 +05:30
|
|
|
* Configuration settings for the SAMSUNG SMDK5420 board.
|
2013-12-26 09:44:26 +05:30
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
2014-06-18 17:53:58 +05:30
|
|
|
#ifndef __CONFIG_SMDK5420_H
|
|
|
|
#define __CONFIG_SMDK5420_H
|
2013-12-26 09:44:26 +05:30
|
|
|
|
2014-10-07 22:01:46 -06:00
|
|
|
#include <configs/exynos5420-common.h>
|
2014-06-18 17:53:58 +05:30
|
|
|
|
2014-10-07 22:01:48 -06:00
|
|
|
#define CONFIG_BOARD_COMMON
|
|
|
|
|
2013-12-26 09:44:26 +05:30
|
|
|
#define CONFIG_SMDK5420 /* which is in a SMDK5420 */
|
|
|
|
|
|
|
|
|
|
|
|
/* select serial console configuration */
|
2014-06-18 17:53:58 +05:30
|
|
|
#define CONFIG_SERIAL3 /* use SERIAL 3 */
|
2013-12-26 09:44:26 +05:30
|
|
|
|
2014-06-18 17:53:58 +05:30
|
|
|
#define CONFIG_SYS_PROMPT "SMDK5420 # "
|
|
|
|
#define CONFIG_IDENT_STRING " for SMDK5420"
|
2014-10-07 22:01:48 -06:00
|
|
|
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
|
2014-05-06 20:07:04 +05:30
|
|
|
|
2014-06-18 17:53:58 +05:30
|
|
|
#endif /* __CONFIG_SMDK5420_H */
|