
Hi Wilson,
back in u-boot-1.1.4 there was an option CONFIG_BOOTP_SERVER which controlled if the bootp server was the tftp server. in u-boot-1.1.6 it has been removed, but i find that option quite useful because you can program the tftp server using the environment variable serverip.
Can you help me to find that in the original sources? I seem not to be able to do that:
[dzu@pollux u-boot]$ git checkout U-Boot-1_1_4 [dzu@pollux u-boot]$ head -2 CHANGELOG | tail -1 Changes for U-Boot 1.1.4: [dzu@pollux u-boot]$ grep -ri CONFIG_BOOTP_SERVER net/ [dzu@pollux u-boot]$
Flexing my git-muscle, I cannot find a reference to it anywhere in the history of the networking code:
[dzu@pollux u-boot]$ git checkout master Switched to branch "master" [dzu@pollux u-boot]$ git log -p net/ | grep BOOTP_SERVER [dzu@pollux u-boot]$
What exact version did you see that option in?
Cheers Detlev