commit | e6ca4e5bf11466b5e9423a1e4ea51a8216c4b9b6 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Wed Jan 15 13:55:07 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:20 2014 +0100 |
tree | 9f24428dc2f2bc70a9cf8a6fb12e2848f8f2282e | |
parent | c9fede2afc00c493b33eb607086d4e1d7a220fc1 [diff] |
MIPS: malta: malta-memory: Add support for the 'ememsize' variable The 'ememsize' variable is used to denote the real RAM which is present on the Malta board. This is different compared to 'memsize' which is capped to 256MB. The 'ememsize' is used to get the actual physical memory when setting up the Malta memory layout. This only makes sense in case the core operates in the EVA mode, and it's ignored otherwise. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>