diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:29 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:55 -0500 |
commit | f7e1af8690f423e44932f412033e718576477467 (patch) | |
tree | e1b1142896d35ae4eb1bd0104eef7d20e1459a3d /board/cpu86/Makefile | |
parent | e2b1962977f9f05745344d55a81f709794d791d3 (diff) | |
download | u-boot-f7e1af8690f423e44932f412033e718576477467.tar.gz |
mpc8260: remove CPU86, CPU87 board support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/cpu86/Makefile')
-rw-r--r-- | board/cpu86/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/cpu86/Makefile b/board/cpu86/Makefile deleted file mode 100644 index da83afd700..0000000000 --- a/board/cpu86/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 = cpu86.o flash.o |