diff options
author | Tom Rini <trini@konsulko.com> | 2023-01-10 11:19:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-01-20 12:27:06 -0500 |
commit | a3fda0d30afa5e931520006351752cfb9c0103dd (patch) | |
tree | fd6901713763ad44a013fc514e3f02f3fa8b6411 /drivers/net/eepro100.c | |
parent | 8bd3c0a7e17ee17c771cabc0e548a1a436ac021d (diff) |
global: Remove unused CONFIG defines
Remove some CONFIG symbols and related comments, etc, that are unused
within the code itself at this point.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/net/eepro100.c')
-rw-r--r-- | drivers/net/eepro100.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/eepro100.c b/drivers/net/eepro100.c index a0424505bde..0a1fe560910 100644 --- a/drivers/net/eepro100.c +++ b/drivers/net/eepro100.c @@ -168,9 +168,7 @@ struct descriptor { /* A generic descriptor. */ unsigned char params[0]; }; -#define CONFIG_SYS_CMD_EL 0x8000 #define CONFIG_SYS_CMD_SUSPEND 0x4000 -#define CONFIG_SYS_CMD_INT 0x2000 #define CONFIG_SYS_CMD_IAS 0x0001 /* individual address setup */ #define CONFIG_SYS_CMD_CONFIGURE 0x0002 /* configure */ |