Re: [U-Boot] [PATCH 2/2] ARM: increase lmb stack space reservation to 4KB

2012-10-04 Thread Albert ARIBAUD
Hi Rob, On Thu, 28 Jun 2012 08:54:11 -0500, Rob Herring wrote: > From: Rob Herring > > The bootm initrd image copy to ram can collide with the stack in cases > where the print buffer size is large (i.e. 1K). The result is intermittent > initrd decompression errors depending on the initrd size

Re: [U-Boot] [PATCH 2/2] ARM: increase lmb stack space reservation to 4KB

2012-08-17 Thread Rob Herring
Albert, On 06/28/2012 08:54 AM, Rob Herring wrote: > From: Rob Herring > > The bootm initrd image copy to ram can collide with the stack in cases > where the print buffer size is large (i.e. 1K). The result is intermittent > initrd decompression errors depending on the initrd size MOD 4KB since

[U-Boot] [PATCH 2/2] ARM: increase lmb stack space reservation to 4KB

2012-06-28 Thread Rob Herring
From: Rob Herring The bootm initrd image copy to ram can collide with the stack in cases where the print buffer size is large (i.e. 1K). The result is intermittent initrd decompression errors depending on the initrd size MOD 4KB since the initrd start address is 4KB aligned. Cc: Albert ARIBAUD