From: Przemyslaw Marczak
Date: Wed, 4 Mar 2015 13:01:27 +0000 (+0100)
Subject: odroid-xu3: defconfig: disable memset at malloc init
X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9b6073803b4ffac5f14e07ea602d69e59f8cfc6e;p=project%2Fbcm63xx%2Fu-boot.git
odroid-xu3: defconfig: disable memset at malloc init
Reduce the boot time of Odroid XU3 by disabling the memset
at malloc init.
Signed-off-by: Przemyslaw Marczak
---
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index 74aa0cf672..0fb4623aaa 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -2,3 +2,5 @@ CONFIG_ARM=y
CONFIG_ARCH_EXYNOS=y
CONFIG_TARGET_ODROID_XU3=y
CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+