Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-17 | Remove volatile qualifier in get_ram_size() calls | Albert ARIBAUD | |
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> | |||
2011-05-23 | MX53: support for freescale MX53LOCO board | Jason Liu | |
This patch add initial support for freescale MX53LOCO board. Network(FEC),SD/MMC,UART have been supported by this patch Signed-off-by: Jason Liu <jason.hui@linaro.org> |