blob: 0b052453a51c03a358e7b567f412c4764e227281 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glassd1de41d2015-08-03 08:19:37 -06002/*
3 * Copyright (c) 2015 Google, Inc
Simon Glassd1de41d2015-08-03 08:19:37 -06004 */
5
6#ifndef __CONFIG_SPRING_H
7#define __CONFIG_SPRING_H
8
9#include <configs/exynos5250-common.h>
10#include <configs/exynos5-dt-common.h>
11#include <configs/exynos5-common.h>
12
13#define CONFIG_BOARD_COMMON
14
Simon Glassd1de41d2015-08-03 08:19:37 -060015#endif /* __CONFIG_SPRING_H */