Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | d1de41d | 2015-08-03 08:19:37 -0600 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2015 Google, Inc |
Simon Glass | d1de41d | 2015-08-03 08:19:37 -0600 | [diff] [blame] | 4 | */ |
| 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 Glass | d1de41d | 2015-08-03 08:19:37 -0600 | [diff] [blame] | 15 | #endif /* __CONFIG_SPRING_H */ |