summaryrefslogtreecommitdiff
path: root/board/freescale/imx
Commit message (Collapse)AuthorAgeLines
* imximage.cfg: run files through C preprocessorTroy Kisky2013-01-22-43/+47
| | | | | | | | | | | | 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>
* mx6q: Factor out common DDR3 init codeFabio Estevam2012-10-15-0/+170
Factor out common DDR3 initialization code, allowing easier maintainance of such scripts. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>