]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/efi_device_path.c
Kconfig: cmd: Make networking command dependent on NET
[u-boot] / lib / efi_loader / efi_device_path.c
index ecc4eda3f85e399d92aef3cf835c7821ec6b6763..3c735e60d3bc540875221bf8e64f2e3fcea2cf04 100644 (file)
@@ -746,7 +746,7 @@ struct efi_device_path *efi_dp_from_file(struct blk_desc *desc, int part,
        return start;
 }
 
-#ifdef CONFIG_NET
+#ifdef CONFIG_CMD_NET
 struct efi_device_path *efi_dp_from_eth(void)
 {
        struct efi_device_path_mac_addr *ndp;