]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commit
Bug fix for automatic file format detection
authorMike Line <m-line1@ti.com>
Fri, 12 Nov 2010 20:51:47 +0000 (15:51 -0500)
committerMike Line <m-line1@ti.com>
Fri, 12 Nov 2010 20:51:47 +0000 (15:51 -0500)
commit7a03dbc32a9167f4db0ef011ec46beeb8606f8ce
tree3903b2fbf976459b5faa98d95b81a0f097d52d37
parentf7cab905343bcdb414fc7a28df20f9afb5071cb5
Bug fix for automatic file format detection

The addition of ifdefs around the auto format detection code resulted in
a change in the structure of the if statement. This bug meant only ELF
could be detected, BIS and COFF would be detected and then the change
discarded. The code was restructured to fix this.
src/ethboot/ethboot.c
src/ibl.h
src/main/iblinit.c
src/main/iblmain.c
src/make/Makefile
src/make/ibl_c6472/ibl_common.inc
src/util/i2cConfig/i2cConfig.gel