114a937ffSStefan Roese /* 214a937ffSStefan Roese * Copyright (C) 2016 Stefan Roese <sr@denx.de> 314a937ffSStefan Roese * 414a937ffSStefan Roese * SPDX-License-Identifier: GPL-2.0+ 514a937ffSStefan Roese */ 614a937ffSStefan Roese 714a937ffSStefan Roese /* 814a937ffSStefan Roese * board/config.h - configuration options, board specific 914a937ffSStefan Roese */ 1014a937ffSStefan Roese 1114a937ffSStefan Roese #ifndef __CONFIG_H 1214a937ffSStefan Roese #define __CONFIG_H 1314a937ffSStefan Roese 1414a937ffSStefan Roese #include <configs/x86-common.h> 1514a937ffSStefan Roese 16*489b51daSStefan Roese /* Set the board specific parameters */ 17*489b51daSStefan Roese #define DEF_ENV_TFTPDIR "theadorable-x86-conga" 18*489b51daSStefan Roese #define DEF_ENV_ETH_INIT "" 19*489b51daSStefan Roese #define DEF_ENV_UBUNTU_PART 2 20*489b51daSStefan Roese #define DEF_ENV_UBUNTU_TTY 0 /* Use ttyS0 */ 21*489b51daSStefan Roese #define DEF_ENV_YOCTO_PART 3 22*489b51daSStefan Roese #define DEF_ENV_YOCTO_TTY 0 /* Use ttyS0 */ 2314a937ffSStefan Roese 24*489b51daSStefan Roese /* 25*489b51daSStefan Roese * Include the theadorable-x86 common options, macros and default 26*489b51daSStefan Roese * environment 27*489b51daSStefan Roese */ 28*489b51daSStefan Roese #include <configs/theadorable-x86-common.h> 2914a937ffSStefan Roese 3014a937ffSStefan Roese #endif /* __CONFIG_H */ 31