]> git.sur5r.net Git - u-boot/commit
ARM: increase lmb stack space reservation to 4KB
authorRob Herring <rob.herring@calxeda.com>
Thu, 28 Jun 2012 03:54:11 +0000 (03:54 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 4 Oct 2012 08:25:40 +0000 (10:25 +0200)
commitfcfa696b3a354ab1e16601683c61f671487aded7
treeb37060c81020cdf10f7827b635aff6b790813424
parent995b72ddda77ffa471930fdc1c3e587d5a6b4aa8
ARM: increase lmb stack space reservation to 4KB

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 <albert.u.boot@aribaud.net>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/lib/bootm.c