Skip to content
Snippets Groups Projects
user avatar
Rob Herring authored
Most of the various environment functions create CONFIG_ENV_SIZE buffers on
the stack. At least on ARM and PPC which have 4KB stacks, this can overflow
the stack if we have large environment sizes. So move all the buffers off
the stack to static buffers.

Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
60d7d5a6
History
Name Last commit Last update