Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-21 | Move DECLARE_GLOBAL_DATA_PTR to file scope | John Rigby | |
It can be optimised out by the compiler otherwise resulting in obscure errors like a board not booting. This has been documented in README since 2006 when these were first fixed up for GCC 4.x. Signed-off-by: John Rigby <john.rigby@linaro.org> Fix some additional places. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-By: Albert ARIBAUD <albert.aribaud@free.fr> | |||
2010-10-18 | MX5: rename mx51 to mx5 | Jason Liu | |
Rename mx51 to mx5 in order to support more mx51 like-style SOCs such as MX53 and the followings. Signed-off-by: Jason Liu <r64343@freescale.com> |