diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:26 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:54 -0500 |
commit | 87882f572703c18a15b35e7c2a4dc2225a16627c (patch) | |
tree | 30bfe30953aee7a02f1c8eb168d1b7a4aa13be50 /board/iphase4539/Makefile | |
parent | d2fd1d662361dbabd0b2df416532d295224a50f9 (diff) | |
download | u-boot-87882f572703c18a15b35e7c2a4dc2225a16627c.tar.gz |
mpc8260: remove IPHASE4539 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Grandegger <wg@denx.de>
Diffstat (limited to 'board/iphase4539/Makefile')
-rw-r--r-- | board/iphase4539/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/iphase4539/Makefile b/board/iphase4539/Makefile deleted file mode 100644 index 9197b84a80..0000000000 --- a/board/iphase4539/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# -# (C) Copyright 2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# (C) Copyright 2002 Wolfgang Grandegger <wg@denx.de> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := iphase4539.o flash.o |