diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-24 17:24:05 -0400 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2015-10-27 12:33:47 +0100 |
commit | 9d9e2f5dafa6fe682a9c846f8765e8d1bfdc509b (patch) | |
tree | 82d7e918e3d011e21cfcc49ec74de183bc78c796 /board/amcc/ebony/config.mk | |
parent | 123b6cd7a4f75536734a7bff97db6eebce614bd1 (diff) | |
download | u-boot-9d9e2f5dafa6fe682a9c846f8765e8d1bfdc509b.tar.gz |
ebony: Drop
This board has not compiled for me for quite some time due to size
constraints, remove.
Cc: Stefan Roese <sr@denx.de>
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/ebony/config.mk')
-rw-r--r-- | board/amcc/ebony/config.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/amcc/ebony/config.mk b/board/amcc/ebony/config.mk deleted file mode 100644 index f18b09710d..0000000000 --- a/board/amcc/ebony/config.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# (C) Copyright 2002 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -PLATFORM_CPPFLAGS += -DCONFIG_440=1 - -ifeq ($(debug),1) -PLATFORM_CPPFLAGS += -DDEBUG -endif - -ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 -endif |