
17 Oct
2013
17 Oct
'13
7:16 p.m.
On 09/25/2013 06:40 PM, Po Liu wrote:
c29xpcie REV_A board DDR ECC chip has bad impedance in hardware, force that kind of board to be DDR ECC off when booting. Other version board config ECC on/off by hwconfig=fsl_ddr:ecc=on in uboot enviroment.
Signed-off-by: Po Liu Po.Liu@freescale.com
Add this patch after the camelcase patch http://patchwork.ozlabs.org/patch/271670/ was added. changes for v2:
- Default ecc on by hwconfig=fsl_ddr:ecc=on
- Keep the macro define CONFIG_DEF_HWCONFIG
board/freescale/c29xpcie/ddr.c | 8 ++++++++ include/configs/C29XPCIE.h | 2 ++ 2 files changed, 10 insertions(+)
Applied to 85xx/next branch. Pending merging to master branch.
York