commit | d18458b05357525b6b7cc83a2660a355b7ad4e7c | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Wed Apr 13 19:43:24 2011 +1000 |
committer | Graeme Russ <graeme.russ@gmail.com> | Wed Apr 13 19:43:24 2011 +1000 |
tree | 64034cbce6dc8d15006757534d4bf9f265353376 | |
parent | 2a010672c90ead6dc01daf56f485e254747ed96d [diff] |
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>