summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9961dba)
raw | patch | inline | side by side (parent: 9961dba)
author | Sandeep Nair <a0875039@gt48xvq51.gt.design.ti.com> | |
Wed, 16 Mar 2011 21:38:25 +0000 (17:38 -0400) | ||
committer | Sandeep Nair <a0875039@gt48xvq51.gt.design.ti.com> | |
Wed, 16 Mar 2011 21:38:25 +0000 (17:38 -0400) |
src/util/i2cConfig/i2cConfig.gel | patch | blob | history |
index 40cc3b01e1dbc57547ba99a321371265960e43cb..e7ba2a0966c329d4171ecd6e3860c5b8a0d1d135 100755 (executable)
menuitem "EVM c6678 IBL";
-hotmenu setConfig_c6678()
+hotmenu setConfig_c6678_main()
{
ibl.iblMagic = ibl_MAGIC_VALUE;
ibl.bootModes[1].u.ethBoot.ethInfo.hwAddress[5] = 0;
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[0] = 'c';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[1] = '6';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[2] = '6';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[3] = '7';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[4] = '8';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[5] = '-';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[6] = 'l';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[7] = 'e';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[8] = '.';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[9] = 'b';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[10] = 'i';
- ibl.bootModes[1].u.ethBoot.ethInfo.fileName[11] = 'n';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[0] = 'a';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[1] = 'p';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[2] = 'p';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[3] = '.';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[4] = 'o';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[5] = 'u';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[6] = 't';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[7] = '\0';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[8] = '\0';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[9] = '\0';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[10] = '\0';
+ ibl.bootModes[1].u.ethBoot.ethInfo.fileName[11] = '\0';
ibl.bootModes[1].u.ethBoot.ethInfo.fileName[12] = '\0';
ibl.bootModes[1].u.ethBoot.ethInfo.fileName[13] = '\0';
ibl.bootModes[1].u.ethBoot.ethInfo.fileName[14] = '\0';
ibl.bootModes[1].priority = ibl_HIGHEST_PRIORITY;
}
-menuitem "EVM c6678 NAND Boot IBL";
-
hotmenu setConfig_c6678_nand()
{
/* Nand boot is higher priority */