
30 Jul
2003
30 Jul
'03
1:40 a.m.
Hello,
This small patch adds the conditional DHCP_IP_ADDR_ONLY . This allows someone to use the dhcp command to load a file on a network where you DON'T have access to the dhcp server, but would like to use it to have fast downloads of development kernels or other files.
Prior to this patch the the reply packet would trash your environment settings for bootfile and serverip will not be used when issuing the dhcp command. By adding the CFG_DHCP_CMD, along with DHCP_IP_ADDR_ONLY in your board config file you can use your company network server to get your file. The ip,gateway,netmask still are gotten from the dhcp reply.
Regards,
Richard W.