diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 19:43:24 +1000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 19:43:24 +1000 |
commit | ec8016c856af29de2f2ca6c3692929423673bf66 (patch) | |
tree | 64034cbce6dc8d15006757534d4bf9f265353376 /COPYING | |
parent | b16aadf411280fc426d7488ddd8a5b2038b7194d (diff) | |
download | u-boot-imx-ec8016c856af29de2f2ca6c3692929423673bf66.zip u-boot-imx-ec8016c856af29de2f2ca6c3692929423673bf66.tar.gz u-boot-imx-ec8016c856af29de2f2ca6c3692929423673bf66.tar.bz2 |
eNET: Fix saveenv crash
CONFIG_ENV_SIZE = CONFIG_ENV_SECT_SIZE = 128kB but CONFIG_SYS_STACK_SIZE
is only 32kB resulting in saveenv causing a stack overflow and crashing
U-Boot. Resolve by reducing CONFIG_ENV_SIZE to 4kB
Also fix up CONFIG_SYS_MALLOC_LEN to correctly use environment sector
size and add some comments to the memory organisation configuration
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions