PXA: FIX: Deep-sleep return address in stored in PSPR
FIX for a typo-bug: The address is stored in PSPR, not PSSR. Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
6af1d41a46
commit
b793bb92a2
@ -305,7 +305,7 @@ void pxa_wakeup(void)
|
||||
pxa_dram_init();
|
||||
icache_disable();
|
||||
dcache_disable();
|
||||
asm volatile("mov pc, %0"::"r"(readl(PSSR)));
|
||||
asm volatile("mov pc, %0"::"r"(readl(PSPR)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user