theadorable-x86-conga-qa3-e3845.h 657 B

1234567891011121314151617181920212223242526272829
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  4. */
  5. /*
  6. * board/config.h - configuration options, board specific
  7. */
  8. #ifndef __CONFIG_H
  9. #define __CONFIG_H
  10. #include <configs/x86-common.h>
  11. /* Set the board specific parameters */
  12. #define DEF_ENV_TFTPDIR "theadorable-x86-conga"
  13. #define DEF_ENV_ETH_INIT ""
  14. #define DEF_ENV_UBUNTU_PART 2
  15. #define DEF_ENV_UBUNTU_TTY 0 /* Use ttyS0 */
  16. #define DEF_ENV_YOCTO_PART 3
  17. #define DEF_ENV_YOCTO_TTY 0 /* Use ttyS0 */
  18. /*
  19. * Include the theadorable-x86 common options, macros and default
  20. * environment
  21. */
  22. #include <configs/theadorable-x86-common.h>
  23. #endif /* __CONFIG_H */