soc/software/bios: update default ip addresses (local: 192.168.1.50 / remote: 192...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 30 Mar 2016 13:26:44 +0000 (15:26 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 31 Mar 2016 08:55:11 +0000 (10:55 +0200)
litex/soc/software/bios/boot.c

index e9257b1a90a2eec06c49464ada9f6327e5546347..f7c0150b76270a35c7ea86b4b92b6e4ad998895b 100644 (file)
@@ -181,15 +181,15 @@ void serialboot(void)
 #ifndef LOCALIP1
 #define LOCALIP1 192
 #define LOCALIP2 168
-#define LOCALIP3 0
-#define LOCALIP4 42
+#define LOCALIP3 1
+#define LOCALIP4 50
 #endif
 
 #ifndef REMOTEIP1
 #define REMOTEIP1 192
 #define REMOTEIP2 168
-#define REMOTEIP3 0
-#define REMOTEIP4 14
+#define REMOTEIP3 1
+#define REMOTEIP4 100
 #endif
 
 static int tftp_get_v(unsigned int ip, const char *filename, char *buffer)