blob: a4ceb1c50d6bede08ec143c1d2eab99388bb7e97 [file] [log] [blame]
Mario Six71c79002019-01-21 09:17:33 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2006 Freescale Semiconductor, Inc.
4 * Dave Liu <daveliu@freescale.com>
5 *
6 * Copyright (C) 2007 Logic Product Development, Inc.
7 * Peter Barada <peterb@logicpd.com>
8 *
9 * Copyright (C) 2007 MontaVista Software, Inc.
10 * Anton Vorontsov <avorontsov@ru.mvista.com>
11 *
12 * (C) Copyright 2008
13 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
14 *
15 * (C) Copyright 2010-2013
16 * Lukas Roggli, KEYMILE Ltd, lukas.roggli@keymile.com
17 * Holger Brunck, Keymile GmbH, holger.bruncl@keymile.com
18 */
19
20#ifndef __CONFIG_H
21#define __CONFIG_H
22
23/*
24 * High Level Configuration Options
25 */
Mario Six71c79002019-01-21 09:17:33 +010026#define CONFIG_HOSTNAME "kmtepr2"
27
Mario Sixfb1b0992019-01-21 09:17:34 +010028/* include common defines/options for all Keymile boards */
29#include "km/keymile-common.h"
30#include "km/km-powerpc.h"
Mario Sixaed7d0e2019-01-21 09:18:23 +010031#include "km/km-mpc83xx.h"
32#include "km/km-mpc832x.h"
Mario Six71c79002019-01-21 09:17:33 +010033
Mario Six71c79002019-01-21 09:17:33 +010034#endif /* __CONFIG_H */