]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/util/i2cConfig/i2cConfig.gel
Update for Himalaya MAC address configuration
[keystone-rtos/ibl.git] / src / util / i2cConfig / i2cConfig.gel
old mode 100644 (file)
new mode 100755 (executable)
index 8e83d96..f3cf345
@@ -525,13 +525,13 @@ hotmenu setConfig_c6455()
     SETIP(ibl.ethConfig[0].ethInfo.gatewayIp, 158,218,100,2);\r
     SETIP(ibl.ethConfig[0].ethInfo.netmask,   255,255,255,0);\r
 \r
-    /* There is no e-fuse mac address. A value must be assigned\r
-    ibl.ethConfig[0].ethInfo.hwAddress[0] = 0x00;\r
-    ibl.ethConfig[0].ethInfo.hwAddress[1] = 0xe0;\r
-    ibl.ethConfig[0].ethInfo.hwAddress[2] = 0xa6;\r
-    ibl.ethConfig[0].ethInfo.hwAddress[3] = 0x66;\r
-    ibl.ethConfig[0].ethInfo.hwAddress[4] = 0x57;\r
-    ibl.ethConfig[0].ethInfo.hwAddress[5] = 0x19;\r
+    /* There is no e-fuse mac address. A value must be assigned */\r
+    ibl.ethConfig[0].ethInfo.hwAddress[0] = 10;\r
+    ibl.ethConfig[0].ethInfo.hwAddress[1] = 224;\r
+    ibl.ethConfig[0].ethInfo.hwAddress[2] = 166;\r
+    ibl.ethConfig[0].ethInfo.hwAddress[3] = 102;\r
+    ibl.ethConfig[0].ethInfo.hwAddress[4] = 87;\r
+    ibl.ethConfig[0].ethInfo.hwAddress[5] = 25;\r
 \r
 \r
     ibl.ethConfig[0].ethInfo.fileName[0]  = 't';\r