]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pxa: Add weak attribute to reset_cpu() function
authorŁukasz Dałek <luk0104@gmail.com>
Sat, 12 Jan 2013 15:32:32 +0000 (15:32 +0000)
committerMarek Vasut <marex@denx.de>
Sun, 5 May 2013 21:47:05 +0000 (23:47 +0200)
commit2ac2bb7ad2d24eff461762219bb3d76c58c7384b
treec1086ee0e5b87c0a9a0351d101211ab255c866b9
parent956b03e180b5d0a780a9f48707beb264a5e57426
pxa: Add weak attribute to reset_cpu() function

This commit allows pxa2xx based boards to reimplement reset_cpu()
function with board specific reset sequence.

Signed-off-by: Lukasz Dalek <luk0104@gmail.com>
arch/arm/cpu/pxa/pxa2xx.c