Skip to content

Commit

Permalink
bios: use m-labs network settings
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 29, 2016
1 parent b78a54d commit 5422d4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misoc/software/bios/boot.c
Original file line number Diff line number Diff line change
@@ -198,12 +198,12 @@ int serialboot(void)

#define LOCALIP1 192
#define LOCALIP2 168
#define LOCALIP3 0
#define LOCALIP4 42
#define LOCALIP3 1
#define LOCALIP4 50
#define REMOTEIP1 192
#define REMOTEIP2 168
#define REMOTEIP3 0
#define REMOTEIP4 14
#define REMOTEIP3 1
#define REMOTEIP4 100

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

0 comments on commit 5422d4b

Please sign in to comment.