summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-10-22 21:34:46 +0200
committerWolfgang Denk <wd@denx.de>2014-10-27 14:35:55 +0100
commit4af5f0f3b4324bc9cdfed84912c673ea2273527c (patch)
tree864618fe3b7703608fcdc9814a23ecf980ef5f6a /include/commproc.h
parent03b004074fb641cffd7d2150505ef8afc13231bf (diff)
downloadblackbird-obmc-uboot-4af5f0f3b4324bc9cdfed84912c673ea2273527c.tar.gz
blackbird-obmc-uboot-4af5f0f3b4324bc9cdfed84912c673ea2273527c.zip
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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/commproc.h b/include/commproc.h
index 82a1a985b2..d481707d7c 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)
OpenPOWER on IntegriCloud