diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-23 13:06:48 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-06-18 19:34:39 +0200 |
commit | 0a5be6c5fd031fbdcd499500ad02608008329b29 (patch) | |
tree | 50bcaa30262567c1afcc0093384a089eb119e84f /README | |
parent | 7a81989b7b04bd87d1e684f2bafdc92a9c16fecc (diff) |
net: eepro100: Remove EEPRO100_SROM_WRITE
This code is never enabled, last board that used it was ELPPC which
was removed some 5 years ago, so just remove this code altogether.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -891,8 +891,6 @@ The following options need to be configured: CONFIG_EEPRO100 Support for Intel 82557/82559/82559ER chips. - Optional CONFIG_EEPRO100_SROM_WRITE enables EEPROM - write routine for first time initialisation. CONFIG_TULIP Support for Digital 2114x chips. |