From 903ff248013fcc1491fef301919ea1b3b3436a90 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 22 Oct 2007 21:57:23 +0000 Subject: [PATCH] Add NTP server to PPCBUG boots. --- src/RTEMS/base/setBootConfigFromNVRAM.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/RTEMS/base/setBootConfigFromNVRAM.c b/src/RTEMS/base/setBootConfigFromNVRAM.c index 9385605e6..cb9430c41 100644 --- a/src/RTEMS/base/setBootConfigFromNVRAM.c +++ b/src/RTEMS/base/setBootConfigFromNVRAM.c @@ -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;