Re: [U-Boot] [PATCH 2/5] mx35pdk: Provide proper range for memtest

2012-03-07 Thread Stefano Babic
On 12/02/2012 16:38, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com memtest adresses should contain proper DRAM address range. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx35pdk.h |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH 2/5] mx35pdk: Provide proper range for memtest

2012-03-07 Thread Wolfgang Denk
Dear Stefano Babic, In message 4f5733f8.6030...@denx.de you wrote: +#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) #undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board

Re: [U-Boot] [PATCH 2/5] mx35pdk: Provide proper range for memtest

2012-03-07 Thread Stefano Babic
On 07/03/2012 13:38, Wolfgang Denk wrote: Dear Stefano Babic, In message 4f5733f8.6030...@denx.de you wrote: +#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) #undef

[U-Boot] [PATCH 2/5] mx35pdk: Provide proper range for memtest

2012-02-12 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com memtest adresses should contain proper DRAM address range. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx35pdk.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx35pdk.h

Re: [U-Boot] [PATCH 2/5] mx35pdk: Provide proper range for memtest

2012-02-12 Thread Stefano Babic
On 12/02/2012 16:38, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com memtest adresses should contain proper DRAM address range. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx35pdk.h |4 ++-- 1 files changed, 2 insertions(+), 2