summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Mills2011-12-07 18:18:45 -0600
committerBill Mills2011-12-07 18:18:45 -0600
commit4096d98ec170f8bb280a9fc89d2d705e579fa860 (patch)
tree955ba1772776db1e87c58247be75fad88de37770
parent1eb83c06db710f7512eeb9b5b504948acc73643d (diff)
downloadibl-4096d98ec170f8bb280a9fc89d2d705e579fa860.tar.gz
ibl-4096d98ec170f8bb280a9fc89d2d705e579fa860.tar.xz
ibl-4096d98ec170f8bb280a9fc89d2d705e579fa860.zip
Some one checked in local static IP hacks, this undoes that. Signed-off-by: Bill Mills <wmills@ti.com>
-rw-r--r--src/util/iblConfig/src/device.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/iblConfig/src/device.c b/src/util/iblConfig/src/device.c
index a94c7ac..0efed6b 100644
--- a/src/util/iblConfig/src/device.c
+++ b/src/util/iblConfig/src/device.c
@@ -1104,15 +1104,15 @@ ibl_t c6670_ibl_config(void)
1104 ibl.bootModes[2].priority = ibl_HIGHEST_PRIORITY+1; 1104 ibl.bootModes[2].priority = ibl_HIGHEST_PRIORITY+1;
1105 ibl.bootModes[2].port = ibl_PORT_SWITCH_ALL; 1105 ibl.bootModes[2].port = ibl_PORT_SWITCH_ALL;
1106 1106
1107 ibl.bootModes[2].u.ethBoot.doBootp = FALSE; 1107 ibl.bootModes[2].u.ethBoot.doBootp = TRUE;
1108 ibl.bootModes[2].u.ethBoot.useBootpServerIp = TRUE; 1108 ibl.bootModes[2].u.ethBoot.useBootpServerIp = TRUE;
1109 ibl.bootModes[2].u.ethBoot.useBootpFileName = TRUE; 1109 ibl.bootModes[2].u.ethBoot.useBootpFileName = TRUE;
1110 ibl.bootModes[2].u.ethBoot.bootFormat = ibl_BOOT_FORMAT_BBLOB; 1110 ibl.bootModes[2].u.ethBoot.bootFormat = ibl_BOOT_FORMAT_BBLOB;
1111 1111
1112 1112
1113 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.ipAddr, 158,218,100,113); 1113 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.ipAddr, 192,168,1,3);
1114 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.serverIp, 158,218,100,251); 1114 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.serverIp, 192,168,1,2);
1115 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.gatewayIp, 158,218,100,1); 1115 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.gatewayIp, 192,168,1,1);
1116 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.netmask, 255,255,255,0); 1116 SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.netmask, 255,255,255,0);
1117 1117
1118 /* Use the e-fuse value */ 1118 /* Use the e-fuse value */