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> | |||
2006-11-06 | Sequential accesses to non-existent memory must be synchronized, | Wolfgang Denk | |
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards. | |||
2004-01-06 | Add a common get_ram_size() function and modify the the | wdenk | |
board-specific files to invoke that common implementation. |