lib/ramtest: Add comment

Add a comment about the tested RAM region size.

Change-Id: I29e99a06777bd21a65aa67049ceede4fd8adb603
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/22199
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Maximilian Schander <coreboot@mimoja.de>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
This commit is contained in:
Patrick Rudolph 2017-10-27 11:49:29 +02:00 committed by Patrick Georgi
parent 54f45c684c
commit 3dbd28470b
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ static inline void test_pattern(unsigned short int idx,
* Simple write-read-verify memory test. See console debug output for
* any dislocated bytes.
*
* Tests 1MiB of memory starting from start.
*
* @param start System memory offset, aligned to 128bytes
*/
static int ram_bitset_nodie(unsigned long start)