On 12/02/2012 16:38, Fabio Estevam wrote: > memtest adresses should contain proper DRAM address range. > > Signed-off-by: Fabio Estevam <fabio.este...@freescale.com> > --- > include/configs/imx31_phycore.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h > index 3153eb5..f0766d4 100644 > --- a/include/configs/imx31_phycore.h > +++ b/include/configs/imx31_phycore.h > @@ -134,8 +134,8 @@ > /* Boot Argument Buffer Size */ > #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE > > -#define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */ > -#define CONFIG_SYS_MEMTEST_END 0x10000 > +#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE/2) > +#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + > PHYS_SDRAM_1_SIZE) > > #define CONFIG_SYS_LOAD_ADDR 0 /* default load address */ >
Applied to u-boot-imx, thans. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: off...@denx.de ===================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot