From: Bill Mills Date: Thu, 8 Dec 2011 00:18:45 +0000 (-0500) Subject: iblConfig: refix DHCP for 6670 X-Git-Tag: linux-c6x-2.0-rc2^0 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=commitdiff_plain;h=4096d98ec170f8bb280a9fc89d2d705e579fa860 iblConfig: refix DHCP for 6670 Some one checked in local static IP hacks, this undoes that. Signed-off-by: Bill Mills --- 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) ibl.bootModes[2].priority = ibl_HIGHEST_PRIORITY+1; ibl.bootModes[2].port = ibl_PORT_SWITCH_ALL; - ibl.bootModes[2].u.ethBoot.doBootp = FALSE; + ibl.bootModes[2].u.ethBoot.doBootp = TRUE; ibl.bootModes[2].u.ethBoot.useBootpServerIp = TRUE; ibl.bootModes[2].u.ethBoot.useBootpFileName = TRUE; ibl.bootModes[2].u.ethBoot.bootFormat = ibl_BOOT_FORMAT_BBLOB; - SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.ipAddr, 158,218,100,113); - SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.serverIp, 158,218,100,251); - SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.gatewayIp, 158,218,100,1); + SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.ipAddr, 192,168,1,3); + SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.serverIp, 192,168,1,2); + SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.gatewayIp, 192,168,1,1); SETIP(ibl.bootModes[2].u.ethBoot.ethInfo.netmask, 255,255,255,0); /* Use the e-fuse value */