diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/netdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h index 2794ddd57..63cf730a3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -108,7 +108,7 @@ static inline int pci_eth_init(bd_t *bis) #if defined(CONFIG_RTL8169) num += rtl8169_initialize(bis); #endif -#if defined(CONFIG_ULI526) +#if defined(CONFIG_ULI526X) num += uli526x_initialize(bis); #endif |