summaryrefslogtreecommitdiff
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-08 13:45:54 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2015-12-18 12:15:58 (GMT)
commit4de9bbdcc893e3700f8390580258acfe9f450aad (patch)
tree992e78ec27c45b8fb759b273cf9b945b9f079205 /include/configs/microblaze-generic.h
parent4fcd0b33c7a0db2e86cccdc1831db235a6bc1b2d (diff)
downloadu-boot-4de9bbdcc893e3700f8390580258acfe9f450aad.tar.xz
microblaze: Use malloc setting via Kconfig
Clean board specific file. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index a48c8d6..e0bc41c 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -113,12 +113,6 @@
#endif
#define CONFIG_SYS_MALLOC_LEN 0xC0000
-#ifndef CONFIG_SPL_BUILD
-# define CONFIG_SYS_MALLOC_F_LEN 1024
-#else
-# define CONFIG_SYS_MALLOC_SIMPLE
-# define CONFIG_SYS_MALLOC_F_LEN 0x150
-#endif
/* Stack location before relocation */
#define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_TEXT_BASE - \