Mario Six | 71c7900 | 2019-01-21 09:17:33 +0100 | [diff] [blame] | 1 | /* 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 Six | 71c7900 | 2019-01-21 09:17:33 +0100 | [diff] [blame] | 26 | #define CONFIG_HOSTNAME "kmopti2" |
| 27 | |
Mario Six | fb1b099 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 28 | /* include common defines/options for all Keymile boards */ |
| 29 | #include "km/keymile-common.h" |
| 30 | #include "km/km-powerpc.h" |
Mario Six | aed7d0e | 2019-01-21 09:18:23 +0100 | [diff] [blame] | 31 | #include "km/km-mpc83xx.h" |
| 32 | #include "km/km-mpc832x.h" |
Mario Six | 71c7900 | 2019-01-21 09:17:33 +0100 | [diff] [blame] | 33 | |
| 34 | #endif /* __CONFIG_H */ |