odroid-c2.h 326 B

1234567891011121314151617
  1. /*
  2. * Configuration for ODROID-C2
  3. * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef __CONFIG_H
  8. #define __CONFIG_H
  9. /* Serial setup */
  10. #define CONFIG_CONS_INDEX 0
  11. #define CONFIG_BAUDRATE 115200
  12. #include <configs/meson-gxbb-common.h>
  13. #endif /* __CONFIG_H */