commit | 8fe7b29f9811322931f0192a56431edcf819d6b9 | [log] [tgz] |
---|---|---|
author | Graeme Smecher <graeme.smecher@mail.mcgill.ca> | Mon Dec 07 08:09:57 2009 -0800 |
committer | Michal Simek <monstr@monstr.eu> | Tue Dec 08 08:51:42 2009 +0100 |
tree | 16a45bc56e0c8ace232459e0e5d79e8f716e692d | |
parent | 0fc52948bda0734431cb528ee4fd82f1dec8c7b5 [diff] |
microblaze: Stop stack clobbering in microblaze-generic. A typo caused the stack and malloc regions to overlap, which prevented mem_malloc_init() from returning. This commit makes the memory layout match the example described in include/configs/microblaze-generic.h Signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca> Signed-off-by: Michal Simek <monstr@monstr.eu>