DHCP in U-Boot

If you want to use DHCP, but not automatically load a file, then use the following:

setenv autoload no
dhcp

If autoload is yes or unset, then U-Boot will obey the DHCP next-server and filename options to load a file into loadaddr.

For example:

setenv 0x90000000
dhcp
go ${loadaddr}