diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-03-28 09:20:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:17:57 -0400 |
commit | 9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4 (patch) | |
tree | 76e3626017ab1f2060dae509a311ee56198778f7 /post/board/netta/Makefile | |
parent | 9a5d993e657d73820eb3aa0543cee4c3531f5ba1 (diff) | |
download | u-boot-9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4.tar.gz |
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/Makefile')
-rw-r--r-- | post/board/netta/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/post/board/netta/Makefile b/post/board/netta/Makefile deleted file mode 100644 index 8fc1945b07..0000000000 --- a/post/board/netta/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2002-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y += codec.o dsp.o |