]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s3c64xx: move the reset_cpu function
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 25 Jun 2009 10:21:33 +0000 (19:21 +0900)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 25 Jun 2009 22:02:35 +0000 (00:02 +0200)
commit6bde171a4c4116cee179167cb65335a28f99932d
tree27566c517b8ed19080d3e4013e60ba16730b9328
parent576afd4faeba1519bcb8c0083c3e4d45e5643a48
s3c64xx: move the reset_cpu function

Because of the reset_cpu is soc specific, should be move to soc
And read reset value from SYS_ID register instead of hard code
this patch also supports s3c6410

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
cpu/arm1176/cpu.c
cpu/arm1176/s3c64xx/Makefile
cpu/arm1176/s3c64xx/reset.S [new file with mode: 0644]