summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:38 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:38 +0200
commitad89ab91228419cd2faf54beea92da3071f8a3d1 (patch)
treeda0d12777f5bcff8e4037e6070742c9b3438c730 /net
parentafeec6a99b630cd4b54d308a82eb92f7521f16e5 (diff)
downloadbarebox-ad89ab91228419cd2faf54beea92da3071f8a3d1.tar.gz
barebox-ad89ab91228419cd2faf54beea92da3071f8a3d1.tar.xz
svn_rev_265
reverted last patch
Diffstat (limited to 'net')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 6b310f5a66..7f36c0132a 100644
--- a/net/net.c
+++ b/net/net.c
@@ -79,7 +79,6 @@
#include <watchdog.h>
#include <command.h>
#include <net.h>
-#include <param.h>
#include "bootp.h"
#include "tftp.h"
#include "rarp.h"
@@ -1374,6 +1373,7 @@ static int net_check_prereq (proto_t protocol)
puts ("*** ERROR: `serverip' not set\n");
return (1);
}
+ common:
if (NetOurIP == 0) {
puts ("*** ERROR: `ipaddr' not set\n");