summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-12-11 21:17:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-12-01 12:33:33 +0100
commit8b72bac28459ab818b2a308690e61d683e511bba (patch)
tree205c7bd40248090f19def71d6512025c87d49618 /include
parentd8bc8a33d9a4d39c2ac84cc7d119054bf12e16d3 (diff)
downloadbarebox-8b72bac28459ab818b2a308690e61d683e511bba.tar.gz
barebox-8b72bac28459ab818b2a308690e61d683e511bba.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/net.h1
1 files changed, 0 insertions, 1 deletions
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];