diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-20 18:52:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-20 18:52:51 -0400 |
commit | 6ccbd1590fb15b673c90c9ccde5da8dcaaf80a10 (patch) | |
tree | 09a11c9b317bc0f2ed77dc9e00fb4169be1152c8 /include/configs/caddy2.h | |
parent | 5575f79bdaa824a90747d5a3d063b5219521b066 (diff) | |
parent | d789a8259e3b3b77e3eb2b090373ab2cbc225629 (diff) | |
download | u-boot-6ccbd1590fb15b673c90c9ccde5da8dcaaf80a10.tar.gz |
Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into nextWIP/20Jun2020-next
- Convert pcnet and eepro100 ethernet drivers to DM
Diffstat (limited to 'include/configs/caddy2.h')
-rw-r--r-- | include/configs/caddy2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/caddy2.h b/include/configs/caddy2.h index 35f4b74727..a7c667711b 100644 --- a/include/configs/caddy2.h +++ b/include/configs/caddy2.h @@ -155,7 +155,6 @@ #if defined(CONFIG_PCI) -#undef CONFIG_EEPRO100 #undef CONFIG_TULIP #if !defined(CONFIG_PCI_PNP) |