summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-08 14:45:54 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-12-18 13:15:58 +0100
commit4de9bbdcc893e3700f8390580258acfe9f450aad (patch)
tree992e78ec27c45b8fb759b273cf9b945b9f079205 /configs
parent4fcd0b33c7a0db2e86cccdc1831db235a6bc1b2d (diff)
downloadtalos-obmc-uboot-4de9bbdcc893e3700f8390580258acfe9f450aad.tar.gz
talos-obmc-uboot-4de9bbdcc893e3700f8390580258acfe9f450aad.zip
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 'configs')
-rw-r--r--configs/microblaze-generic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index 1fe2e0fed3..98391c8c6d 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -1,4 +1,6 @@
CONFIG_MICROBLAZE=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_TARGET_MICROBLAZE_GENERIC=y
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
CONFIG_SPL=y
OpenPOWER on IntegriCloud