Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | imximage.cfg: run files through C preprocessor | Troy Kisky | |
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> | |||
2012-09-10 | MX: set a common place to share code for Freescale i.MX | Stefano Babic | |
Up now only MX5 and MX6 can share code, because they have a common source directory in cpu/armv7. Other not armv7 i.MX can profit of the same shared code. Move these files into a directory accessible for all, similar to plat-mxc in linux. Signed-off-by: Stefano Babic <sbabic@denx.de> |