]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
imximage.cfg: run files through C preprocessor
authorTroy Kisky <troy.kisky@boundarydevices.com>
Fri, 18 Jan 2013 16:14:24 +0000 (16:14 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 22 Jan 2013 09:20:13 +0000 (10:20 +0100)
commit71a988aa630f013b8425789351971dc4e202593d
tree88f007e7daecf39e11381e326faaddad50ca4b2d
parent00239977097001c1c1331a50a03708faba46e8f4
imximage.cfg: run files through C preprocessor

The '#' used as comments in the files cause the preprocessor
trouble, so change to /* */.

The mkimage command which uses this preprocessor output
was moved to arch/arm/imx-common/Makefile

.gitignore was updated to ignore .cfgtmp files.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
20 files changed:
.gitignore
Makefile
arch/arm/cpu/arm926ejs/config.mk
arch/arm/cpu/armv7/config.mk
arch/arm/imx-common/Makefile
board/esg/ima3-mx53/imximage.cfg
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
board/freescale/mx25pdk/imximage.cfg
board/freescale/mx51evk/imximage.cfg
board/freescale/mx53ard/imximage_dd3.cfg
board/freescale/mx53evk/imximage.cfg
board/freescale/mx53loco/imximage.cfg
board/freescale/mx53smd/imximage.cfg
board/freescale/mx6qarm2/imximage.cfg
board/freescale/mx6qsabreauto/imximage.cfg
board/genesi/mx51_efikamx/imximage_mx.cfg
board/genesi/mx51_efikamx/imximage_sb.cfg
board/ttcontrol/vision2/imximage_hynix.cfg
board/woodburn/imximage.cfg
spl/Makefile