summaryrefslogtreecommitdiffstats
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-01-30 15:46:43 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-02-09 15:13:12 +0100
commit405e651d705e197babe423ef88e8224e2737fc06 (patch)
tree8e46f7b885169ce2ce535d25e500334bbce82ece /include/configs/microblaze-generic.h
parent0510b14b73cbe7e1c2b43272c7a3210af21dff31 (diff)
downloadtalos-obmc-uboot-405e651d705e197babe423ef88e8224e2737fc06.tar.gz
talos-obmc-uboot-405e651d705e197babe423ef88e8224e2737fc06.zip
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>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 622bc95104..770acbea69 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -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
OpenPOWER on IntegriCloud