There's a clear mismatch between actual TCL code and comment right
next to it. Comments are definetly right, so fix the TCL code.

Fixes: 02738f4b59 ("Documentation: zii-vf610-dev: Reconcile DDR setup with DCD")
Signed-off-by: Andrey Smirnov <[email protected]>
---
 Documentation/boards/imx/zii-vf610-dev/openocd.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/boards/imx/zii-vf610-dev/openocd.cfg 
b/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
index 5127c7623d..c94f9d048d 100644
--- a/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
+++ b/Documentation/boards/imx/zii-vf610-dev/openocd.cfg
@@ -148,10 +148,10 @@ proc ddr_init { } {
        mww phys 0x400ae210 0x00000506 ;# wm 32 DDRMC_CR132 0x00000506
        mww phys 0x400ae224 0x00020000 ;# wm 32 DDRMC_CR137 0x00020000
        mww phys 0x400ae228 0x01000100 ;# wm 32 DDRMC_CR138 0x01000100
-       mww phys 0x400ae22c 0x04070303 ;# wm 32 DDRMC_CR154 0x682c4000
-       mww phys 0x400ae230 0x00000040 ;# wm 32 DDRMC_CR155 0x00000009
-       mww phys 0x400ae23c 0x06000080 ;# wm 32 DDRMC_CR158 0x00000006
-       mww phys 0x400ae240 0x04070303 ;# wm 32 DDRMC_CR161 0x00010606
+       mww phys 0x400ae268 0x682c4000 ;# wm 32 DDRMC_CR154 0x682c4000
+       mww phys 0x400ae26c 0x00000009 ;# wm 32 DDRMC_CR155 0x00000009
+       mww phys 0x400ae278 0x00000006 ;# wm 32 DDRMC_CR158 0x00000006
+       mww phys 0x400ae284 0x00010606 ;# wm 32 DDRMC_CR161 0x00010606
 
        #
        # flash-header-zii-vf610-dev.imxcfg
-- 
2.21.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to