diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:25 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:54 -0500 |
commit | d2fd1d662361dbabd0b2df416532d295224a50f9 (patch) | |
tree | 2cc46ab1d5e1e75169ded2e873045116990c7d2e /board/muas3001/Makefile | |
parent | dc0b2fb4a76315fd1df720e11782ead832434e68 (diff) | |
download | u-boot-imx-d2fd1d662361dbabd0b2df416532d295224a50f9.zip u-boot-imx-d2fd1d662361dbabd0b2df416532d295224a50f9.tar.gz u-boot-imx-d2fd1d662361dbabd0b2df416532d295224a50f9.tar.bz2 |
mpc8260: remove muas3001 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/muas3001/Makefile')
-rw-r--r-- | board/muas3001/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/muas3001/Makefile b/board/muas3001/Makefile deleted file mode 100644 index ef04960..0000000 --- a/board/muas3001/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2001-2008 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := muas3001.o |