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