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/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/Makefile')
-rw-r--r-- | post/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/Makefile b/post/Makefile index 92024e196a..78ede8c629 100644 --- a/post/Makefile +++ b/post/Makefile @@ -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 |