diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:23 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:12 -0400 |
commit | 54a3f260fdbf8c4b3d4d6bf7c563dc4da8619b47 (patch) | |
tree | 738d80af27dd3a9759698b5cf65ebfbe92cf74c0 /board/csb472/Makefile | |
parent | 0d2fc81133aa9e8f19d16de48d4f0a8f1bdde025 (diff) |
powerpc: ppc4xx: remove csb272, csb472 support
These have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Tolunay Orkun <torkun@nextio.com>
Diffstat (limited to 'board/csb472/Makefile')
-rw-r--r-- | board/csb472/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/csb472/Makefile b/board/csb472/Makefile deleted file mode 100644 index 5f7e8b533e..0000000000 --- a/board/csb472/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = csb472.o -obj-y += init.o |