9
0
Fork 0

Add warning above get_ram_size

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-02-13 18:14:38 +01:00
parent 2ccd4510bd
commit a40e76cebc
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
* Check memory range for valid RAM. A simple memory test determines
* the actually available RAM size between addresses `base' and
* `base + maxsize'.
*
* This function modifies the RAM. Do not use it if you're running from
* the RAM you are going to detect!
*/
long get_ram_size(volatile long *base, long maxsize)
{