[PATCH v3] cmd: add a fetch utility

Marek Vasut marex at denx.de
Thu Nov 14 22:36:33 CET 2024


On 11/14/24 9:08 PM, Caleb Connolly wrote:

[...]

> +		case IP:
> +			ipaddr = env_get("ipvaddr");

ipvaddr with 'v' in the middle ? Shouldn't that be 'ipaddr' ?

> +			if (!ipaddr)
> +				ipaddr = "none";


More information about the U-Boot mailing list