summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-03-04 14:01:27 +0100
committerTom Rini <trini@konsulko.com>2015-03-09 11:13:28 -0400
commit9b6073803b4ffac5f14e07ea602d69e59f8cfc6e (patch)
tree8eda678399fea8791878c7d9bac110372cf0bb50 /configs
parentd51f699908ae5b2efee2f42eb41985523fe6fde7 (diff)
downloadtalos-obmc-uboot-9b6073803b4ffac5f14e07ea602d69e59f8cfc6e.tar.gz
talos-obmc-uboot-9b6073803b4ffac5f14e07ea602d69e59f8cfc6e.zip
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 <p.marczak@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/odroid-xu3_defconfig2
1 files changed, 2 insertions, 0 deletions
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
+
OpenPOWER on IntegriCloud