We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b15f9 commit 79c89a3Copy full SHA for 79c89a3
misoc/software/bios/boot.c
@@ -198,12 +198,12 @@ int serialboot(void)
198
199
#define LOCALIP1 192
200
#define LOCALIP2 168
201
-#define LOCALIP3 0
202
-#define LOCALIP4 42
+#define LOCALIP3 1
+#define LOCALIP4 50
203
#define REMOTEIP1 192
204
#define REMOTEIP2 168
205
-#define REMOTEIP3 0
206
-#define REMOTEIP4 14
+#define REMOTEIP3 1
+#define REMOTEIP4 100
207
208
static int tftp_get_v(unsigned int ip, const char *filename, char *buffer)
209
{
0 commit comments