diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:23 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:54 -0500 |
commit | b3a2bbe1a4ed3db48c0d54c5ca5c8024c36dc070 (patch) | |
tree | f3d484f00f3579789f96ff9bce7b68e56e2cee1f /board/freescale/mpc8266ads/Makefile | |
parent | cc90905f784b82bc943629ea8f63a3c54b2cd854 (diff) |
mpc8260: remove MPC8266ADS board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Rune Torgersen <runet@innovsys.com>
Diffstat (limited to 'board/freescale/mpc8266ads/Makefile')
-rw-r--r-- | board/freescale/mpc8266ads/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/freescale/mpc8266ads/Makefile b/board/freescale/mpc8266ads/Makefile deleted file mode 100644 index ee63dc0376..0000000000 --- a/board/freescale/mpc8266ads/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 := mpc8266ads.o flash.o |