now, we use on all SCCs the same IP (192.168.28.(COREID+1))
This commit is contained in:
parent
308f9b136f
commit
42ee9a2a6a
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ static int init_netifs(void)
|
|||
memset(default_netif, 0x00, sizeof(struct netif));
|
||||
#ifdef CONFIG_ROCKCREEK
|
||||
/* Set network address variables */
|
||||
IP4_ADDR(&gw, 192,168,4,254);
|
||||
IP4_ADDR(&ipaddr, 192,168,4,RCCE_ue()+1);
|
||||
IP4_ADDR(&gw, 192,168,28,254);
|
||||
IP4_ADDR(&ipaddr, 192,168,28,RCCE_ue()+1);
|
||||
IP4_ADDR(&netmask, 255,255,255,0);
|
||||
|
||||
/* Bring up the network interface */
|
||||
|
|
Loading…
Add table
Reference in a new issue