diff options
author | Wolfgang Denk <wd@denx.de> | 2014-10-28 15:44:10 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-28 12:48:31 -0400 |
commit | d58a9451e7339ed4cf2b2627e534611f427fb791 (patch) | |
tree | d47f55342713ad391af3de4a8e243bf9d97de864 /board/emk/common/am79c874.c | |
parent | 1a929f7ceb962dc691d0bf03c5c2b52d94dd3878 (diff) |
ppc/arm: zap EMK boards
The following bard configurations have been without active maintenance
for a long time, and the board maintainer agrees to have them removed:
MPC5200: TOP5200, MINI5200, EVAL5200
MPC860: TOP860
at91sam9xeXXX: top9000eval_xe, top9000su_xe
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
[trini: Add missing Kconfig removals]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/emk/common/am79c874.c')
-rw-r--r-- | board/emk/common/am79c874.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/board/emk/common/am79c874.c b/board/emk/common/am79c874.c deleted file mode 100644 index b3840a2222..0000000000 --- a/board/emk/common/am79c874.c +++ /dev/null @@ -1,13 +0,0 @@ -/* - * (C) Copyright 2003 - * Reinhard Meyer, EMK Elektronik GmbH, r.meyer@emk-elektronik.de - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#include <common.h> - -/***************************************************************************** - * check fiber optic link present, and then copper link present. do auto switch - * between both - *****************************************************************************/ |