From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Thu, 13 Aug 2009 19:13:15 +0300 Subject: [U-Boot] Incorrect memtest range on MPC8536DS Message-ID: <4A843B9B.2000203@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, If run without arguments, mtest hangs on MPC8536DS. I guess this is because of the following definitions: #define CONFIG_SYS_MEMTEST_START 0x00000000 #define CONFIG_SYS_MEMTEST_END 0x7fffffff I was able to successfully run mtest on 0x00100000 - 0x10000000. What is the largest safe range for this platform ? Thanks. Felix.