From 506fc144a37d763fbf87e104f164d58036fa2dd2 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Mon, 23 Aug 2010 11:03:38 +0800 Subject: ENGR00126566 MX50:Aligned LPDDR2 initialization to the latest script Aligned LPDDR2 initialization to the latest script Signed-off-by: Ranjani Vaidyanathan Signed-off-by: Jason Liu --- board/freescale/mx50_arm2/flash_header.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board') diff --git a/board/freescale/mx50_arm2/flash_header.S b/board/freescale/mx50_arm2/flash_header.S index 63ad000..3e44451 100644 --- a/board/freescale/mx50_arm2/flash_header.S +++ b/board/freescale/mx50_arm2/flash_header.S @@ -175,7 +175,7 @@ wait_pll1_lock: str r1, [r0, #0xc] /* setmem /32 0x14000010 = 0x0000010b */ ldr r1, =0x0000010b - str r1, [r0, #0xc] + str r1, [r0, #0x10] /* setmem /32 0x14000014 = 0x00000a6b */ ldr r1, =0x00000a6b str r1, [r0, #0x14] @@ -240,7 +240,7 @@ wait_pll1_lock: ldr r1, =0x00000001 str r1, [r0, #0x70] /* setmem /32 0x14000074 = 0x00000000 */ - ldr r1, =0x00000001 + ldr r1, =0x00000000 str r1, [r0, #0x74] /* setmem /32 0x14000078 = 0x00040042 */ ldr r1, =0x00040042 -- cgit v1.1