Add NTP server to PPCBUG boots.

This commit is contained in:
W. Eric Norum
2007-10-22 21:57:23 +00:00
parent 6b4728e5da
commit 903ff24801

View File

@@ -248,9 +248,10 @@ setBootConfigFromNVRAM(void)
}
/*
* Assume that the boot server is also the name server and log server!
* Assume that the boot server is also the name, log and ntp server!
*/
rtems_bsdnet_config.name_server[0] =
rtems_bsdnet_config.ntp_server[0] =
rtems_bsdnet_bootp_server_name = addr(server, nvram.ServerIPAddress);
rtems_bsdnet_bootp_server_address.s_addr = nvram.ServerIPAddress;