1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2024 Linaro Ltd. */ 3 4 #include <command.h> 5 #include <net.h> 6 7 U_BOOT_CMD(dns, 3, 1, do_dns, "lookup the IP of a hostname", 8 "hostname [envvar]"); 9