diff options
author | Marek Vasut <marex@denx.de> | 2014-10-22 21:34:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2014-10-27 14:35:55 +0100 |
commit | 4af5f0f3b4324bc9cdfed84912c673ea2273527c (patch) | |
tree | 864618fe3b7703608fcdc9814a23ecf980ef5f6a /board/icu862/Makefile | |
parent | 03b004074fb641cffd7d2150505ef8afc13231bf (diff) |
ppc: Zap ICU862 board
This board is the only user of CONFIG_SYS_EEPROM_X40430 , remove
it so the EEPROM command code can be cleansed of the related code
as well.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/icu862/Makefile')
-rw-r--r-- | board/icu862/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/icu862/Makefile b/board/icu862/Makefile deleted file mode 100644 index 263f21b96e..0000000000 --- a/board/icu862/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 = icu862.o flash.o pcmcia.o |