diff options
Diffstat (limited to 'roms/u-boot/include/configs/spring.h')
-rw-r--r-- | roms/u-boot/include/configs/spring.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/spring.h b/roms/u-boot/include/configs/spring.h new file mode 100644 index 000000000..0b052453a --- /dev/null +++ b/roms/u-boot/include/configs/spring.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2015 Google, Inc + */ + +#ifndef __CONFIG_SPRING_H +#define __CONFIG_SPRING_H + +#include <configs/exynos5250-common.h> +#include <configs/exynos5-dt-common.h> +#include <configs/exynos5-common.h> + +#define CONFIG_BOARD_COMMON + +#endif /* __CONFIG_SPRING_H */ |