diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-04 15:25:08 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-18 10:42:30 -0400 |
commit | 8b043e6dc2e53743b0271debb6f506b95e788fd7 (patch) | |
tree | b2a592983cf2fd3b866f2b43370aaa2e86b7f7aa /board/rsdproto/Makefile | |
parent | 0ebf5f5c128207b02b2000e9f75cae3b36186c04 (diff) |
powerpc: remove rsdproto board support
Enough time has passed since this board was moved to Orphan. Remove.
- Remove board/rsdproto/*
- Remove include/configs/rsdproto.h
- Move the entry from boards.cfg to doc/README.scrapyard
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/rsdproto/Makefile')
-rw-r--r-- | board/rsdproto/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/rsdproto/Makefile b/board/rsdproto/Makefile deleted file mode 100644 index 9351e94e74..0000000000 --- a/board/rsdproto/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 := rsdproto.o flash.o -obj-y += flash_asm.o |