From 8b72bac28459ab818b2a308690e61d683e511bba Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 11 Dec 2015 21:17:23 +0100 Subject: net: introduce global.net.server The server to use is independent of the network device, there is not much point to make the server specific to a network device. This introduces global.net.server as the serverip which is used as standard NFS/tftp server. The previously used eth device specific parameters still exist, but are only aliases for the global single variable. Signed-off-by: Sascha Hauer --- include/net.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/net.h') diff --git a/include/net.h b/include/net.h index 817e29cd9b..37ddf2db18 100644 --- a/include/net.h +++ b/include/net.h @@ -58,7 +58,6 @@ struct eth_device { struct list_head list; IPaddr_t ipaddr; - IPaddr_t serverip; IPaddr_t netmask; IPaddr_t gateway; char ethaddr[6]; -- cgit v1.2.3