diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-23 18:07:53 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-06-18 19:34:40 +0200 |
commit | 6463b73e0b25b058404c52b48c991abf4f8a94ce (patch) | |
tree | 3511aa1157f1527645111cc6968ed4fc181b5ad5 /include/configs/TQM834x.h | |
parent | af8ecdf7e5d9ec13581906172a1a9762d9a7a504 (diff) | |
download | u-boot-6463b73e0b25b058404c52b48c991abf4f8a94ce.tar.gz |
net: eepro100: Add Kconfig entries
Add Kconfig entries for the eepro100 driver and convert various boards.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 40fe62fdf0..d43d217956 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -167,8 +167,6 @@ #define CONFIG_SYS_PCI1_IO_PHYS CONFIG_SYS_PCI1_IO_BASE #define CONFIG_SYS_PCI1_IO_SIZE 0x1000000 /* 16M */ -#undef CONFIG_EEPRO100 -#define CONFIG_EEPRO100 #undef CONFIG_TULIP #if !defined(CONFIG_PCI_PNP) |