1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
214a937ffSStefan Roese /*
314a937ffSStefan Roese  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
414a937ffSStefan Roese  */
514a937ffSStefan Roese 
614a937ffSStefan Roese /*
714a937ffSStefan Roese  * board/config.h - configuration options, board specific
814a937ffSStefan Roese  */
914a937ffSStefan Roese 
1014a937ffSStefan Roese #ifndef __CONFIG_H
1114a937ffSStefan Roese #define __CONFIG_H
1214a937ffSStefan Roese 
1314a937ffSStefan Roese #include <configs/x86-common.h>
1414a937ffSStefan Roese 
15489b51daSStefan Roese /* Set the board specific parameters */
16489b51daSStefan Roese #define DEF_ENV_TFTPDIR		"theadorable-x86-conga"
17489b51daSStefan Roese #define DEF_ENV_ETH_INIT	""
18489b51daSStefan Roese #define DEF_ENV_UBUNTU_PART	2
19489b51daSStefan Roese #define DEF_ENV_UBUNTU_TTY	0	/* Use ttyS0 */
20489b51daSStefan Roese #define DEF_ENV_YOCTO_PART	3
21489b51daSStefan Roese #define DEF_ENV_YOCTO_TTY	0	/* Use ttyS0 */
2214a937ffSStefan Roese 
23489b51daSStefan Roese /*
24489b51daSStefan Roese  * Include the theadorable-x86 common options, macros and default
25489b51daSStefan Roese  * environment
26489b51daSStefan Roese  */
27489b51daSStefan Roese #include <configs/theadorable-x86-common.h>
2814a937ffSStefan Roese 
2914a937ffSStefan Roese #endif	/* __CONFIG_H */
30