commit | fcfa696b3a354ab1e16601683c61f671487aded7 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Jun 28 03:54:11 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 04 10:25:40 2012 +0200 |
tree | b37060c81020cdf10f7827b635aff6b790813424 | |
parent | 995b72ddda77ffa471930fdc1c3e587d5a6b4aa8 [diff] |
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>