diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-24 17:24:04 -0400 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2015-10-27 12:33:37 +0100 |
commit | 123b6cd7a4f75536734a7bff97db6eebce614bd1 (patch) | |
tree | 72f0d3740d4940bf1c0472efea853bd381f47446 /board/amcc/taihu/Makefile | |
parent | 677f970bc62a661690b3431543d5a5d5e682ba70 (diff) | |
download | talos-obmc-uboot-123b6cd7a4f75536734a7bff97db6eebce614bd1.tar.gz talos-obmc-uboot-123b6cd7a4f75536734a7bff97db6eebce614bd1.zip |
taihu: Remove
This board has not compiled for me for quite some time due to size
constraints, remove.
Cc: John Otken <jotken@softadvances.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/taihu/Makefile')
-rw-r--r-- | board/amcc/taihu/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/amcc/taihu/Makefile b/board/amcc/taihu/Makefile deleted file mode 100644 index 65606fe080..0000000000 --- a/board/amcc/taihu/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 = taihu.o flash.o lcd.o update.o |