blob: bc0e078cffe147ae46d2c4898a9ed6cafd51b40e [file] [log] [blame]
Stefan Roese14a937f2017-08-08 11:52:13 +02001/*
2 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/*
8 * board/config.h - configuration options, board specific
9 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
14#include <configs/x86-common.h>
15
Stefan Roese489b51d2017-08-08 11:52:14 +020016/* Set the board specific parameters */
17#define DEF_ENV_TFTPDIR "theadorable-x86-conga"
18#define DEF_ENV_ETH_INIT ""
19#define DEF_ENV_UBUNTU_PART 2
20#define DEF_ENV_UBUNTU_TTY 0 /* Use ttyS0 */
21#define DEF_ENV_YOCTO_PART 3
22#define DEF_ENV_YOCTO_TTY 0 /* Use ttyS0 */
Stefan Roese14a937f2017-08-08 11:52:13 +020023
Stefan Roese489b51d2017-08-08 11:52:14 +020024/*
25 * Include the theadorable-x86 common options, macros and default
26 * environment
27 */
28#include <configs/theadorable-x86-common.h>
Stefan Roese14a937f2017-08-08 11:52:13 +020029
30#endif /* __CONFIG_H */