microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN

Create space for dm_init where calloc is called
and malloc_base has to be initialized.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2015-01-30 15:46:43 +01:00
parent 0510b14b73
commit 405e651d70
2 changed files with 9 additions and 0 deletions

View File

@@ -113,6 +113,7 @@
#endif
#define CONFIG_SYS_MALLOC_LEN 0xC0000
#define CONFIG_SYS_MALLOC_F_LEN 1024
/* Stack location before relocation */
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_TEXT_BASE