Skip to content
Snippets Groups Projects
Commit 80124df1 authored by Mikhail Kshevetskiy's avatar Mikhail Kshevetskiy Committed by Wolfgang Denk
Browse files

PXA: fix MDREFR[APD] bit setting


pxa_mem_setup macro use r6 to store CONFIG_SYS_MDREFR_VAL during memory
initialization. This reg is modified during execution of pxa_wait_ticks.
Later we use r6 to setup MDREFR[APD] bit. As result MDREFR[APD] is always
zero.

Signed-off-by: default avatarMikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>
parent 11934fbf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment