[U-Boot-Users] [PATCH] Restore CONFIG_BOOTP_SERVER option
Wilson Callan
wcallan at savantav.com
Mon Jul 23 15:25:30 CEST 2007
ah, you are correct. it looks like i added it back in my 1.1.4 port
and missed that fact when porting to 1.1.6. So this is a submit for
a new option then. I hope others find it useful. It fits in well
with the existing serverip environment variable.
CHANGELOG:
Added CONFIG_BOOTP_SERVER to allow the tftp server to be different
from the bootp server
Signed-off-by: Wilson Callan <wcallan at savantav.com>
On Jul 23, 2007, at 5:07 AM, Detlev Zundel wrote:
> 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