spring.h 372 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2015 Google, Inc
  4. */
  5. #ifndef __CONFIG_SPRING_H
  6. #define __CONFIG_SPRING_H
  7. #include <configs/exynos5250-common.h>
  8. #include <configs/exynos5-dt-common.h>
  9. #include <configs/exynos5-common.h>
  10. #define CONFIG_BOARD_COMMON
  11. #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
  12. #endif /* __CONFIG_SPRING_H */