Skip to content

Commit f00d580

Browse files
sjg20trini
authored andcommitted
Correct SPL use of NETDEVICES
This converts 1 usage of this option to the non-SPL form, since there is no SPL_NETDEVICES defined in Kconfig Signed-off-by: Simon Glass <[email protected]>
1 parent 00ba40f commit f00d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/bootp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip,
10781078
#endif /* CONFIG_SYS_BOOTFILE_PREFIX */
10791079
dhcp_packet_process_options(bp);
10801080
if (CONFIG_IS_ENABLED(EFI_LOADER) &&
1081-
CONFIG_IS_ENABLED(NETDEVICES))
1081+
IS_ENABLED(CONFIG_NETDEVICES))
10821082
efi_net_set_dhcp_ack(pkt, len);
10831083

10841084
#if defined(CONFIG_SERVERIP_FROM_PROXYDHCP)

0 commit comments

Comments
 (0)