diff options
| author | Heiko Schocher <[email protected]> | 2020-02-18 18:03:51 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-19 14:01:47 -0400 |
| commit | d934b43a0294148267c88f22d47aa2ebd77512a5 (patch) | |
| tree | 3339f946787331cbba876ef0eb5390adfd6b84b3 /include | |
| parent | e2e3ea891649f3a34e2ace974d47022c0ad7e314 (diff) | |
mpc83xx, abb: remove suvd3 board
the mpc83xxx suvd3 variant is not longer used, so
remove it.
Signed-off-by: Holger Brunck <[email protected]>
Signed-off-by: Heiko Schocher <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/suvd3.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/include/configs/suvd3.h b/include/configs/suvd3.h deleted file mode 100644 index d74707971ba..00000000000 --- a/include/configs/suvd3.h +++ /dev/null @@ -1,34 +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 2010 - * Heiko Schocher, DENX Software Engineering, [email protected]. - */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -/* - * High Level Configuration Options - */ - -#define CONFIG_HOSTNAME "suvd3" - -/* include common defines/options for all Keymile boards */ -#include "km/keymile-common.h" -#include "km/km-powerpc.h" -#include "km/km-mpc83xx.h" -#include "km/km-mpc832x.h" - -#define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \ - 0x0000c000 | \ - MxMR_WLFx_2X) -#endif /* __CONFIG_H */ |
