Does u-boot's DHCP client ask for/honor DHCP option 66?
Typing
dhcp at the
Marvell> prompt seems to set the following variables:
gatewayip=10.10.0.254
netmask=255.255.255.0
hostname=hugo
ipaddr=10.10.0.2
serverip=10.10.0.254
I have set up my DHCP server in such a way that it reports the address 10.10.0.1 on option 66, which is the address of the TFTP server, but u-boot's client seems to set
serverip to the same address of the DHCP server, which is not really that useful.
Should I configure my DHCP client in a different way? Or is there a way to ask u-boot to query the DHCP server correctly?