diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-01 17:58:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-04 07:27:06 -0400 |
commit | 1d5d0275d7684005643952b4591eb5899f55beaf (patch) | |
tree | 2f579f6ce02ab71c8a00387ca965e970b696380e /include/configs | |
parent | 20a154f95bfe0a3b5bfba90bea7f001c58217536 (diff) | |
parent | 8148693b988fb36463dbc12cef4b7947acae9846 (diff) |
Merge branch 'next' of git://git.denx.de/u-boot-sh
This is part 1 of big network cleanup / DM conversion.
The dc2114x/rtl8139/pcnet/tulip PCI adapter drivers received checkpatch
cleanups in preparation for DM conversion. The smc911x is converted to
DM completely. The dwc_eth_qos cache fixes are applied.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/malta.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h index bb8a44433e..d41b80c7dc 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -16,7 +16,6 @@ #define CONFIG_PCI_GT64120 #define CONFIG_PCI_MSC01 #define CONFIG_PCNET -#define CONFIG_PCNET_79C973 #define PCNET_HAS_PROM #define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 |