diff options
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx50_rdp/flash_header.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx50_rdp/flash_header.S b/board/freescale/mx50_rdp/flash_header.S index 98eb3eb..d81e987 100644 --- a/board/freescale/mx50_rdp/flash_header.S +++ b/board/freescale/mx50_rdp/flash_header.S @@ -1296,8 +1296,8 @@ wait_pll1_lock: /* setmem /32 0x14000118 = 0x01010002 */ ldr r1, =0x01010002 str r1, [r0, #0x118] -/* setmem /32 0x1400011c = 0x00001000 */ - ldr r1, =0x00001000 +/* setmem /32 0x1400011c = 0x00000000 */ + ldr r1, =0x00000000 str r1, [r0, #0x11c] /* setmem /32 0x14000120 = 0x00000000 */ ldr r1, =0x00000000 |