blob: 894ed115d6ac033aabb84994d7a3743b06737770 [file] [log] [blame]
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05301/*
2 * Copyright (C) 2013 Samsung Electronics
3 *
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +05304 * Configuration settings for the SAMSUNG SMDK5420 board.
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05305 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +05309#ifndef __CONFIG_SMDK5420_H
10#define __CONFIG_SMDK5420_H
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053011
Simon Glass87033d42014-10-07 22:01:46 -060012#include <configs/exynos5420-common.h>
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053013
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053014#define CONFIG_SMDK5420 /* which is in a SMDK5420 */
15
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053016
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053017/* select serial console configuration */
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053018#define CONFIG_SERIAL3 /* use SERIAL 3 */
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053019
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053020#define CONFIG_SYS_PROMPT "SMDK5420 # "
21#define CONFIG_IDENT_STRING " for SMDK5420"
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053022
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053023#endif /* __CONFIG_SMDK5420_H */