diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-04 15:25:09 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-18 10:42:30 -0400 |
commit | 03f2ecc2cb28efeb35912710754d9857cdc05190 (patch) | |
tree | ed089958d1c21c5b8ac20def0911ec6c85a7c167 /board/mousse/Makefile | |
parent | 8b043e6dc2e53743b0271debb6f506b95e788fd7 (diff) | |
download | u-boot-03f2ecc2cb28efeb35912710754d9857cdc05190.tar.gz |
powerpc: remove MOUSSE board support
Enough time has passed since this board was moved to Orphan. Remove.
- Remove board/mousse/*
- Remove include/configs/MOUSSE.h
- Clean-up defined(CONFIG_MOUSSE)
- Move the entry from boards.cfg to doc/README.scrapyard
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/mousse/Makefile')
-rw-r--r-- | board/mousse/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/mousse/Makefile b/board/mousse/Makefile deleted file mode 100644 index e2951d54ad..0000000000 --- a/board/mousse/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2001-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = mousse.o m48t59y.o pci.o flash.o |