Re: [U-Boot] [PATCH] powerpc/t208x: enable command MEMTEST DDR_INTERACTIVE EEPROM

2014-03-13 Thread York Sun
On 03/13/2014 12:10 AM, Wolfgang Denk wrote: > Dear York Sun, > > In message <88c8c779-b636-4abf-9751-33e471307...@freescale.com> you wrote: >> >> On Mar 12, 2014, at 8:17 PM, Shengzhou Liu wrote: >> >>> Enable CONFIG_CMD_MEMTEST, CONFIG_FSL_DDR_INTERACTIVE, CONFIG_CMD_EEPROM >> >> I can see the d

Re: [U-Boot] [PATCH] powerpc/t208x: enable command MEMTEST DDR_INTERACTIVE EEPROM

2014-03-13 Thread Wolfgang Denk
Dear York Sun, In message <88c8c779-b636-4abf-9751-33e471307...@freescale.com> you wrote: > > On Mar 12, 2014, at 8:17 PM, Shengzhou Liu wrote: > > > Enable CONFIG_CMD_MEMTEST, CONFIG_FSL_DDR_INTERACTIVE, CONFIG_CMD_EEPROM > > I can see the ddr debugging and eeprom command are useful. But I am

Re: [U-Boot] [PATCH] powerpc/t208x: enable command MEMTEST DDR_INTERACTIVE EEPROM

2014-03-12 Thread York Sun
On Mar 12, 2014, at 8:17 PM, Shengzhou Liu wrote: > Enable CONFIG_CMD_MEMTEST, CONFIG_FSL_DDR_INTERACTIVE, CONFIG_CMD_EEPROM I can see the ddr debugging and eeprom command are useful. But I am not convinced memtest is effective as it is intended to be. There was a discussion a while ago. As fo

[U-Boot] [PATCH] powerpc/t208x: enable command MEMTEST DDR_INTERACTIVE EEPROM

2014-03-12 Thread Shengzhou Liu
Enable CONFIG_CMD_MEMTEST, CONFIG_FSL_DDR_INTERACTIVE, CONFIG_CMD_EEPROM Signed-off-by: Shengzhou Liu --- include/configs/T208xQDS.h | 6 +- include/configs/T208xRDB.h | 6 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/include/configs/T208xQDS.h b/include/configs/T20