aboutsummaryrefslogtreecommitdiff
path: root/common/memsize.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk1-0/+17
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
2004-01-06Add a common get_ram_size() function and modify the thewdenk1-0/+77
board-specific files to invoke that common implementation.