blob: 606739b02e55ce46b68e66c8a11b8553b1a62765 [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
12#include <configs/exynos5-dt.h>
13
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053014#include <configs/exynos5420.h>
15
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053016#define CONFIG_SMDK5420 /* which is in a SMDK5420 */
17
18#undef CONFIG_DEFAULT_DEVICE_TREE
19#define CONFIG_DEFAULT_DEVICE_TREE exynos5420-smdk5420
20
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053021/* select serial console configuration */
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053022#define CONFIG_SERIAL3 /* use SERIAL 3 */
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053023
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053024#define CONFIG_SYS_PROMPT "SMDK5420 # "
25#define CONFIG_IDENT_STRING " for SMDK5420"
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053026
Akshay Saraswat8e4ab1d2014-06-18 17:53:58 +053027#endif /* __CONFIG_SMDK5420_H */