[U-Boot] [PATCH] s3c64xx: move reset_cpu to soc and support the soft reset at s3c6410

2009-04-03 Thread Minkyu Kang
This patch support the soft reset at s3c6410 Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/interrupts.c | 15 +++ include/s3c6400.h|5 + 3 files changed, 20 insertions(+), 16

Re: [U-Boot] [PATCH] s3c64xx: move reset_cpu to soc and support the soft reset at s3c6410

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:51 Fri 03 Apr , Minkyu Kang wrote: This patch support the soft reset at s3c6410 Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/interrupts.c | 15 +++ include/s3c6400.h