Commit c5dc9e64ff56761f8742c47cc1975d2d48b0cf17

Authored by Ye Li
1 parent cba5da05b1

MLK-12889 mx6ullarm2: Update DDR script to version 2.2

File:
  IMX6ULL_DDR3L_400MHz_1GB_16bit_V2.2.inc

Changes:
  Change MMDC_MDMISC.WALAT to 1
  setmem /32 0x021B0018 = 0x00211740

Test:
  Passed memtester on two mx6ull ddr3 arm2 boards

Signed-off-by: Ye Li <ye.li@nxp.com>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

board/freescale/mx6ull_ddr3_arm2/imximage.cfg
... ... @@ -94,7 +94,7 @@
94 94 DATA 4 0x021B000C 0x676B52F3
95 95 DATA 4 0x021B0010 0xB66D0B63
96 96 DATA 4 0x021B0014 0x01FF00DB
97   -DATA 4 0x021B0018 0x00201740
  97 +DATA 4 0x021B0018 0x00211740
98 98 DATA 4 0x021B001C 0x00008000
99 99 DATA 4 0x021B002C 0x000026D2
100 100 DATA 4 0x021B0030 0x006B1023
board/freescale/mx6ull_ddr3_arm2/plugin.S
... ... @@ -78,7 +78,7 @@
78 78 str r1, [r0, #0x010]
79 79 ldr r1, =0x01FF00DB
80 80 str r1, [r0, #0x014]
81   - ldr r1, =0x00201740
  81 + ldr r1, =0x00211740
82 82 str r1, [r0, #0x018]
83 83 ldr r1, =0x00008000
84 84 str r1, [r0, #0x01C]