From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandr Kuleschov Date: Tue, 6 Dec 2005 11:46:37 +0300 Subject: [U-Boot-Users] troubles Message-ID: <954227671.20051206114637@alpha.tula.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi people! I work with based on AT91RM9200 board. (SDRAM 16Mbitx16) When i use "mtest" then U-BOOT does not work But if to change a line #define CFG_MEMTEST_END CFG_MEMTEST_START + PHYS_SDRAM_SIZE - 262144 to a line #define CFG_MEMTEST_END CFG_MEMTEST_START + PHYS_SDRAM_SIZE - 2000000 works correctly How to solve a problem? Thank Alexandr