diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:27 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:16 -0400 |
commit | 0e030593962d15aece45b2fa0401ee27d0d7ab96 (patch) | |
tree | 7791f703ea9cc3466cb79af75bcde4c1b1291e28 /board/sbc405/Makefile | |
parent | 242836a893ae8bce4bd3cd4ace8a55e48e6552a0 (diff) |
powerpc: ppc4xx: remove sbc405 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>
Diffstat (limited to 'board/sbc405/Makefile')
-rw-r--r-- | board/sbc405/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/sbc405/Makefile b/board/sbc405/Makefile deleted file mode 100644 index 3f2b0e24ca..0000000000 --- a/board/sbc405/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 = sbc405.o strataflash.o |