From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Fri, 02 Nov 2007 16:19:05 +0100 Subject: [U-Boot-Users] mtest question In-Reply-To: References: Message-ID: <472B3FE9.3060709@invitel.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello , E Robertson wrote: > When mtest is used without args what is the default memory addresses it uses? The default memory addresses are defined in your board config file. Look at the defines: #define CFG_MEMTEST_START #define CFG_MEMTEST_END bye Heiko