Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | imximage.cfg: run files through C preprocessor | Troy Kisky | 2013-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 code | Fabio Estevam | 2012-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> |