commit | a18d7862512150f4c69317f250aff09859b8a4a4 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Fri Jan 18 16:14:24 2013 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 22 10:20:13 2013 +0100 |
tree | 88f007e7daecf39e11381e326faaddad50ca4b2d | |
parent | 90818627f109eb8f486f92a479b3e041ecf6dab9 [diff] |
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>