Re: [U-Boot] [PATCH] s3c44b0/start.S: should clear .bss

2010-12-21 Thread Minkyu Kang
Dear Ender Dai, On 10 May 2010 15:26, Ender Dai wrote: > .bss section should be zeroed out after relocat to ram. > > Signed-off-by: Ender Dai > --- >  arch/arm/cpu/s3c44b0/start.S |    9 + >  1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/cpu/s3c44b0/start.S b

[U-Boot] [PATCH] s3c44b0/start.S: should clear .bss

2010-05-09 Thread Ender Dai
.bss section should be zeroed out after relocat to ram. Signed-off-by: Ender Dai --- arch/arm/cpu/s3c44b0/start.S |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/s3c44b0/start.S b/arch/arm/cpu/s3c44b0/start.S index fe6b349..08722c1 100644 --- a/arch/