diff options
author | Masahiro Yamada | 2015-03-17 12:28:09 +0900 |
---|---|---|
committer | Tom Rini | 2015-03-17 11:00:26 -0400 |
commit | 5043045dede0ad4ffb4c5ec21da81956ca3c8362 (patch) | |
tree | 7cbf13d68cbf85739080cd06337b01236e51ace4 /board/korat/Makefile | |
parent | 41eb4e5c31fa0db032a596f00fe925185102d0f7 (diff) |
powerpc: ppc4xx: remove korat board support
This has 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: Larry Johnson <lrj@acm.org>
Diffstat (limited to 'board/korat/Makefile')
-rw-r--r-- | board/korat/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/korat/Makefile b/board/korat/Makefile deleted file mode 100644 index 63914bc13b8..00000000000 --- a/board/korat/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# (C) Copyright 2002-2007 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = korat.o -extra-y += init.o |