diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-04 15:25:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-18 10:42:30 -0400 |
commit | 0ebf5f5c128207b02b2000e9f75cae3b36186c04 (patch) | |
tree | 21e042626886cce4f922c19b9ca1a48d8777e204 /board/rpxsuper/Makefile | |
parent | 4fb3925ff8b64422eb904c630e914c29ed824e85 (diff) | |
download | u-boot-imx-0ebf5f5c128207b02b2000e9f75cae3b36186c04.zip u-boot-imx-0ebf5f5c128207b02b2000e9f75cae3b36186c04.tar.gz u-boot-imx-0ebf5f5c128207b02b2000e9f75cae3b36186c04.tar.bz2 |
powerpc: remove RPXsuper board support
Enough time has passed since this board was moved to Orphan. Remove.
- Remove board/rpxsuper/*
- Remove include/configs/RPXsuper.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/rpxsuper/Makefile')
-rw-r--r-- | board/rpxsuper/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/rpxsuper/Makefile b/board/rpxsuper/Makefile deleted file mode 100644 index 239b419..0000000 --- a/board/rpxsuper/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 := rpxsuper.o flash.o mii_phy.o |