]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/spring.h
exynos: Add support for spring
[people/ms/u-boot.git] / include / configs / spring.h
CommitLineData
d1de41d7
SG
1/*
2 * Copyright (c) 2015 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_SPRING_H
8#define __CONFIG_SPRING_H
9
10#include <configs/exynos5250-common.h>
11#include <configs/exynos5-dt-common.h>
12#include <configs/exynos5-common.h>
13
14#define CONFIG_BOARD_COMMON
15
16#define CONFIG_SYS_PROMPT "spring # "
17#define CONFIG_IDENT_STRING " for spring"
18#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
19
20#endif /* __CONFIG_SPRING_H */