Re: [U-Boot] bss section initialization on s3c44b0

2009-04-04 Thread Wolfgang Denk
Dear Ming-Dien Chang, In message <714db0904012028l19743377tec224a9954017...@mail.gmail.com> you wrote: > > Sorry for unfamiliar with git diff. > The following snippet is the diff of u-boot 1.3.1 and my working. > > > Index: Z:/u-boot/u-boot/cpu/s3c44b0/start.S > =

Re: [U-Boot] bss section initialization on s3c44b0

2009-04-01 Thread Wolfgang Denk
Dear Ming-Dien Chang, In message <714db0904010157n29d03f2bu8c8224844add5...@mail.gmail.com> you wrote: > > I had a problem of unreasonable value of variable 'top_pad' which should be > zero. > After reading .../cpu/s3c44b0/start.S, it seems that .bss section is not > been initialized > to zero. Ev

[U-Boot] bss section initialization on s3c44b0

2009-04-01 Thread Ming-Dien Chang
I had a problem of unreasonable value of variable 'top_pad' which should be zero. After reading .../cpu/s3c44b0/start.S, it seems that .bss section is not been initialized to zero. Every thing goes fine after patching the .bss initialization. Is it a bug ? Or I missed something ? Best regards, Mo