Re: [U-Boot] [PATCH] Stop stack clobbering in microblaze-generic.

2009-12-08 Thread Michal Simek
Graeme Smecher wrote: > Hi Michal, > > Michal Simek wrote: >> Hi Graeme, >> >> Graeme Smecher wrote: >> >>> From: Graeme Smecher >>> >>> A typo caused the stack and malloc regions to overlap, which prevented >>> mem_malloc_init() from returning. This commit makes the memory layout >>> match >>

Re: [U-Boot] [PATCH] Stop stack clobbering in microblaze-generic.

2009-12-08 Thread Graeme Smecher
Hi Michal, Michal Simek wrote: > Hi Graeme, > > Graeme Smecher wrote: > >> From: Graeme Smecher >> >> A typo caused the stack and malloc regions to overlap, which prevented >> mem_malloc_init() from returning. This commit makes the memory layout match >> the example described in include/config

Re: [U-Boot] [PATCH] Stop stack clobbering in microblaze-generic.

2009-12-08 Thread Michal Simek
Hi Graeme, Graeme Smecher wrote: > From: Graeme Smecher > > A typo caused the stack and malloc regions to overlap, which prevented > mem_malloc_init() from returning. This commit makes the memory layout match > the example described in include/configs/microblaze-generic.h I added your Sign-off-

Re: [U-Boot] [PATCH] Stop stack clobbering in microblaze-generic.

2009-12-07 Thread Wolfgang Denk
Dear Michal, In message <1260202197-1949-1-git-send-email-graeme.smec...@mail.mcgill.ca> you wrote: > From: Graeme Smecher > > A typo caused the stack and malloc regions to overlap, which prevented > mem_malloc_init() from returning. This commit makes the memory layout match > the example descr