summaryrefslogtreecommitdiffstats
path: root/post/board/netta/codec.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-03-28 09:20:40 -0400
committerTom Rini <trini@konsulko.com>2016-04-01 17:17:57 -0400
commit9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4 (patch)
tree76e3626017ab1f2060dae509a311ee56198778f7 /post/board/netta/codec.c
parent9a5d993e657d73820eb3aa0543cee4c3531f5ba1 (diff)
downloadtalos-obmc-uboot-9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4.tar.gz
talos-obmc-uboot-9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4.zip
post: Remove references to scrapped "netta" board.
Given that README.scrapyard shows scrapping of netta boards: netta2 powerpc mpc8xx c51c1c9a 2014-07-07 netta powerpc mpc8xx c51c1c9a 2014-07-07 delete netta example from POST tests. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'post/board/netta/codec.c')
-rw-r--r--post/board/netta/codec.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/post/board/netta/codec.c b/post/board/netta/codec.c
deleted file mode 100644
index 7ff890a9cb..0000000000
--- a/post/board/netta/codec.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * (C) Copyright 2004
- * Pantelis Antoniou, Intracom S.A. , panto@intracom.gr
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#include <common.h>
-
-/*
- * CODEC test
- *
- * This test verifies the connection and performs a memory test
- * on any connected codec(s). The meat of the work is done
- * in the board specific function.
- */
-
-#include <post.h>
-
-#if CONFIG_POST & CONFIG_SYS_POST_CODEC
-
-extern int board_post_codec(int flags);
-
-int codec_post_test (int flags)
-{
- return board_post_codec(flags);
-}
-
-#endif /* CONFIG_POST & CONFIG_SYS_POST_CODEC */
OpenPOWER on IntegriCloud