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)
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>

No differences found