Skip to content
Snippets Groups Projects
Commit 8fe7b29f authored by Graeme Smecher's avatar Graeme Smecher Committed by Michal Simek
Browse files

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: default avatarGraeme Smecher <graeme.smecher@mail.mcgill.ca>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 0fc52948
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@
#define CONFIG_SYS_MALLOC_BASE (CONFIG_SYS_MONITOR_BASE - CONFIG_SYS_MALLOC_LEN)
/* stack */
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_MONITOR_BASE
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_MALLOC_BASE
/*#define RAMENV */
#define FLASH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment