
19 Jul
2007
19 Jul
'07
11:38 p.m.
Hi,
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.
I have restored the option and included it in CONFIG_BOOTP_DEFAULT so the result is the same operation to all boards that dont remove it from their CONFIG_BOOTP_MASK.
CHANGELOG:
restored CONFIG_BOOTP_SERVER from previous u-boot code to control the tftp server vs the bootp server
Signed-off-by: Wilson Callan wcallan@savantav.com