Skip to content

Commit 5422d4b

Browse files
committedFeb 29, 2016
bios: use m-labs network settings
1 parent b78a54d commit 5422d4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎misoc/software/bios/boot.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ int serialboot(void)
198198

199199
#define LOCALIP1 192
200200
#define LOCALIP2 168
201-
#define LOCALIP3 0
202-
#define LOCALIP4 42
201+
#define LOCALIP3 1
202+
#define LOCALIP4 50
203203
#define REMOTEIP1 192
204204
#define REMOTEIP2 168
205-
#define REMOTEIP3 0
206-
#define REMOTEIP4 14
205+
#define REMOTEIP3 1
206+
#define REMOTEIP4 100
207207

208208
static int tftp_get_v(unsigned int ip, const char *filename, char *buffer)
209209
{

0 commit comments

Comments
 (0)
Please sign in to comment.