]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commitdiff
update the i2cconfig.gel
authorBill Mills <wmills@ti.com>
Mon, 9 May 2011 17:06:33 +0000 (13:06 -0400)
committerBill Mills <wmills@ti.com>
Mon, 9 May 2011 17:06:33 +0000 (13:06 -0400)
[Bill reworked Hao's commit as 3byte_ecc.c now does not change in this commit.]

src/util/i2cConfig/i2cConfig.gel

index 64fa4784935d8e300bb3930cbe7fee7e72d9cc6d..bba41bcab8661375b320cdd958794800eec84b5a 100755 (executable)
@@ -896,7 +896,7 @@ hotmenu setConfig_c6670_main()
     ibl.bootModes[1].priority = ibl_HIGHEST_PRIORITY;
     ibl.bootModes[1].port     = 0;
 
-    ibl.bootModes[1].u.nandBoot.bootFormat        = ibl_BOOT_FORMAT_ELF;
+    ibl.bootModes[1].u.nandBoot.bootFormat        = ibl_BOOT_FORMAT_BBLOB;
     ibl.bootModes[1].u.nandBoot.bootAddress[0][0]        = 0x4000;
     ibl.bootModes[1].u.nandBoot.bootAddress[1][0]        = 0x4000;
     ibl.bootModes[1].u.nandBoot.interface         = ibl_PMEM_IF_GPIO;