From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jos=E9_Miguel_Gon=E7alves?= Date: Fri, 31 Aug 2012 14:52:08 +0100 Subject: [U-Boot] Memtest end address Message-ID: <5040C188.2040300@inov.pt> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, The end address for memtest set with CONFIG_SYS_MEMTEST_END is supposed to be included or not in the test? Checking on the source code I see that the quick implementation does not include it, but the more extensive implementation enabled with CONFIG_SYS_ALT_MEMTEST does include the end address. Both implementation should be synced to test (or not) the memory position at CONFIG_SYS_MEMTEST_END. Best regards, Jos? Gon?alves