mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
03b004074f
commit
4af5f0f3b4
@@ -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)
|
||||
|
Reference in New Issue
Block a user