diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:19 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:36 -0500 |
commit | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (patch) | |
tree | fc5a0ae1f1e5838e928fdf25a63bd4dac3282e7f /board/dave/PPChameleonEVB/Makefile | |
parent | 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc (diff) | |
download | u-boot-imx-5344cc1a82fcc2817d4671696b3939b0dfa4323e.zip u-boot-imx-5344cc1a82fcc2817d4671696b3939b0dfa4323e.tar.gz u-boot-imx-5344cc1a82fcc2817d4671696b3939b0dfa4323e.tar.bz2 |
powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards
These boards are still non-generic boards.
It is a good thing that we can drop board-specific hack code
from drivers/mtd/nand/nand_base.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Cc: Andrea "llandre" Marson <andrea.marson@dave-tech.it>
Diffstat (limited to 'board/dave/PPChameleonEVB/Makefile')
-rw-r--r-- | board/dave/PPChameleonEVB/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/dave/PPChameleonEVB/Makefile b/board/dave/PPChameleonEVB/Makefile deleted file mode 100644 index 31edc4a..0000000 --- a/board/dave/PPChameleonEVB/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = PPChameleonEVB.o flash.o nand.o |