diff options
author | Marek Vasut | 2014-10-22 21:34:46 +0200 |
---|---|---|
committer | Wolfgang Denk | 2014-10-27 14:35:55 +0100 |
commit | 4af5f0f3b4324bc9cdfed84912c673ea2273527c (patch) | |
tree | 864618fe3b7703608fcdc9814a23ecf980ef5f6a /include/commproc.h | |
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 'include/commproc.h')
-rw-r--r-- | include/commproc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/commproc.h b/include/commproc.h index 82a1a985b23..d481707d7c3 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -563,16 +563,6 @@ typedef struct scc_enet { #endif /* CONFIG_HERMES */ -/*** ICU862 **********************************************************/ - -#if defined(CONFIG_ICU862) - -#ifdef CONFIG_FEC_ENET -#define FEC_ENET /* use FEC for EThernet */ -#endif /* CONFIG_FEC_ETHERNET */ - -#endif /* CONFIG_ICU862 */ - /*** IP860 **********************************************************/ #if defined(CONFIG_IP860) |