blob: 69c28c203580fe803ae755c89afbb0c6891bbb24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2006 Freescale Semiconductor, Inc.
* Dave Liu <[email protected]>
*
* Copyright (C) 2007 Logic Product Development, Inc.
* Peter Barada <[email protected]>
*
* Copyright (C) 2007 MontaVista Software, Inc.
* Anton Vorontsov <[email protected]>
*
* (C) Copyright 2008
* Heiko Schocher, DENX Software Engineering, [email protected].
*
* (C) Copyright 2010-2013
* Lukas Roggli, KEYMILE Ltd, [email protected]
* Holger Brunck, Keymile GmbH, [email protected]
*/
#ifndef __CONFIG_H
#define __CONFIG_H
/* include common defines/options for all Keymile boards */
#include "km/km-mpc83xx.h"
#endif /* __CONFIG_H */
|