X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=net%2Fnet.c;h=b1461d515388847a1a259fbcca315bdb41ccaa3f;hb=d1f6052e6af18fc9c90a8bdaa4b5f8d916fdab35;hp=fcab1ef9a3c2e1088e00ae59c1de27ce50d94439;hpb=5e70b3280d182933d96b7bd3c0e91765c9bd78cd;p=karo-tx-uboot.git diff --git a/net/net.c b/net/net.c index fcab1ef9a3..b1461d5153 100644 --- a/net/net.c +++ b/net/net.c @@ -121,12 +121,6 @@ struct in_addr net_dns_server; /* Our 2nd DNS IP address */ struct in_addr net_dns_server2; #endif -/* Our NIS domain */ -char NetOurNISDomain[32] = {0,}; -/* Our hostname */ -char NetOurHostName[32] = {0,}; -/* Our bootpath */ -char NetOurRootPath[64] = {0,}; #ifdef CONFIG_MCAST_TFTP /* Multicast TFTP */ struct in_addr net_mcast_addr;