spring.h 376 B

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