Skip to content

Commit

Permalink
post: Remove references to scrapped "netta" board.
Browse files Browse the repository at this point in the history
Given that README.scrapyard shows scrapping of netta boards:

netta2           powerpc     mpc8xx         c51c1c9    2014-07-07
netta            powerpc     mpc8xx         c51c1c9    2014-07-07

delete netta example from POST tests.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
  • Loading branch information
rpjday authored and trini committed Apr 1, 2016
1 parent 9a5d993 commit 9d906bf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion post/Makefile
Expand Up @@ -13,6 +13,6 @@ obj-$(CONFIG_PPC) += lib_powerpc/
obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
obj-$(CONFIG_8xx) += cpu/mpc8xx/
obj-$(CONFIG_4xx) += cpu/ppc4xx/
ifneq ($(filter lwmon5 netta pdm360ng,$(BOARD)),)
ifneq ($(filter lwmon5 pdm360ng,$(BOARD)),)
obj-y += board/$(BOARD)/
endif
8 changes: 0 additions & 8 deletions post/board/netta/Makefile

This file was deleted.

29 changes: 0 additions & 29 deletions post/board/netta/codec.c

This file was deleted.

29 changes: 0 additions & 29 deletions post/board/netta/dsp.c

This file was deleted.

0 comments on commit 9d906bf

Please sign in to comment.