Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove volatile qualifier in get_ram_size() calls | Albert ARIBAUD | 2011-07-17 | -2/+2 |
| | | | | | | | | | Checkpatch.pl complains about the volatile qualifier in calls to get_ram_size(). Remove this qualifier in the prototype and in the calls where it is useless, and leave it only in the function body where it is needed. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> | |||
* | MX53: Add initial support for MX53ARD | Fabio Estevam | 2011-07-04 | -0/+450 |
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> |