diff options
| author | Holger Brunck <[email protected]> | 2023-01-24 09:42:41 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-06 13:04:53 -0500 |
| commit | 9b26a251cfa496f5db4c36230a4796a409d9e28e (patch) | |
| tree | eb3c0ea86ec71583ab95fac62b1125c34a3640be /include | |
| parent | 5043ce2874d0fb715f900cfbb3f4bb4332b5ccb4 (diff) | |
km/ppc832x: join config files
There are no differences for the different 832x targets we have in
the header defined with SYS_CONFIG_NAME. So we can join the five
headers to a single file.
Signed-off-by: Holger Brunck <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km832x.h (renamed from include/configs/kmopti2.h) | 0 | ||||
| -rw-r--r-- | include/configs/kmsupx5.h | 26 | ||||
| -rw-r--r-- | include/configs/kmtepr2.h | 26 | ||||
| -rw-r--r-- | include/configs/tuge1.h | 26 | ||||
| -rw-r--r-- | include/configs/tuxx1.h | 26 |
5 files changed, 0 insertions, 104 deletions
diff --git a/include/configs/kmopti2.h b/include/configs/km832x.h index 69c28c20358..69c28c20358 100644 --- a/include/configs/kmopti2.h +++ b/include/configs/km832x.h diff --git a/include/configs/kmsupx5.h b/include/configs/kmsupx5.h deleted file mode 100644 index 69c28c20358..00000000000 --- a/include/configs/kmsupx5.h +++ /dev/null @@ -1,26 +0,0 @@ -/* 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 */ diff --git a/include/configs/kmtepr2.h b/include/configs/kmtepr2.h deleted file mode 100644 index 69c28c20358..00000000000 --- a/include/configs/kmtepr2.h +++ /dev/null @@ -1,26 +0,0 @@ -/* 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 */ diff --git a/include/configs/tuge1.h b/include/configs/tuge1.h deleted file mode 100644 index 69c28c20358..00000000000 --- a/include/configs/tuge1.h +++ /dev/null @@ -1,26 +0,0 @@ -/* 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 */ diff --git a/include/configs/tuxx1.h b/include/configs/tuxx1.h deleted file mode 100644 index 69c28c20358..00000000000 --- a/include/configs/tuxx1.h +++ /dev/null @@ -1,26 +0,0 @@ -/* 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 */ |
