[U-Boot-Users] [PATCH] Restore CONFIG_BOOTP_SERVER option
Detlev Zundel
dzu at denx.de
Mon Jul 23 11:07:14 CEST 2007
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 at pollux u-boot]$ git checkout U-Boot-1_1_4
[dzu at pollux u-boot]$ head -2 CHANGELOG | tail -1
Changes for U-Boot 1.1.4:
[dzu at pollux u-boot]$ grep -ri CONFIG_BOOTP_SERVER net/
[dzu at pollux u-boot]$
Flexing my git-muscle, I cannot find a reference to it anywhere in the
history of the networking code:
[dzu at pollux u-boot]$ git checkout master
Switched to branch "master"
[dzu at pollux u-boot]$ git log -p net/ | grep BOOTP_SERVER
[dzu at pollux u-boot]$
What exact version did you see that option in?
Cheers
Detlev
--
Man is a fool, and woman, for tolerating him, is a damned fool
-- Mark Twain
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
More information about the U-Boot
mailing list