Re: [U-Boot] [PATCH] s3c64xx: move the reset_cpu function

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:21 Thu 25 Jun , Minkyu Kang wrote: > 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 > --- > cpu/arm1176/cpu.c| 16 --

[U-Boot] [PATCH] s3c64xx: move the reset_cpu function

2009-06-25 Thread Minkyu Kang
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 --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/Makefile |2 ++ cpu/arm1176